mirror of
https://github.com/veeso/termscp.git
synced 2026-09-25 21:41:20 -07:00
fix: build
This commit is contained in:
Vendored
+1
-1
@@ -38,7 +38,7 @@ if [ ! -f Cargo.toml ]; then
|
||||
fi
|
||||
|
||||
# Build release (x86_64)
|
||||
cargo build --release
|
||||
cargo build --release --target x86_64-apple-darwin
|
||||
# Make pkg
|
||||
X86_64_HASH=$(make_pkg "x86_64" "$VERSION")
|
||||
RET_X86_64=$?
|
||||
|
||||
Reference in New Issue
Block a user