Skip to content

Commit

Permalink
GNU install doesn't support -s -C
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 17, 2024
1 parent 0cb9cd4 commit c942f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bin/wasi-update: .ts wasi-update/src/precomp/wasi_snapshot_preview1.command.wasm wasi-update/src/precomp/wasi_snapshot_preview1.reactor.wasm wasi-update/Cargo.toml wasi-update/src/main.rs
cd wasi-update && cargo build --release $$CARGO_FLAGS
install -d bin
install -s -C wasi-update/target/release/wasi-update bin/wasi-update
install -s wasi-update/target/release/wasi-update bin/wasi-update
ls -l bin/wasi-update
bin/wasi-update --help

Expand Down

0 comments on commit c942f82

Please sign in to comment.