Closed
Right now `./mach` on nushell on Windows immediately fails: ``` D:\servo> ./mach warning: The `native-tls` setting is deprecated and will be removed in a future release. Use `system-certs` instead. error: No interpreter found for executable name `arm64 ` in managed installations, search path, or registry ``` Apparently without the string syntax the command argument includes the following space too. Signed-off-by: Kagami Sascha Rosylight <krosylight@proton.me>
yezhizhen
changed the title
Pass set parameter with an explicit string syntax in mach.bat
mach: Fix ARM64 windows build using mach.bat