mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-01 11:13:40 +03:00
6 lines
280 B
Markdown
6 lines
280 B
Markdown
|
---
|
||
|
"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.
|