Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasLYang committed Mar 10, 2023
1 parent 64e933e commit 81e8d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ turborepo-ffi-darwin-amd64:

.PHONY: turborepo-ffi-linux-arm64
turborepo-ffi-linux-arm64:
cd ../crates/turborepo-ffi && CC=zig cc -target aarch64-linux-musl cargo build --release --target-dir ./target --target aarch64-unknown-linux-musl
cd ../crates/turborepo-ffi && CC="zig cc -target aarch64-linux-musl" cargo build --release --target-dir ./target --target aarch64-unknown-linux-musl

.PHONY: turborepo-ffi-linux-amd64
turborepo-ffi-linux-amd64:
Expand Down

0 comments on commit 81e8d46

Please sign in to comment.