mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-28 20:48:52 +03:00
280 B
280 B
tauri-bundler |
---|
patch |
Check target architecture at runtime running $ RUSTC_BOOTSTRAP=1 rustc -Z unstable-options --print target-spec-json
and parsing the llvm-target
field, fixing macOS M1 sidecar check until we can compile the CLI with M1 target on GitHub Actions.