Skip to content

Commit

Permalink
build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Apr 25, 2024
1 parent 934a7e6 commit 1f096cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sphinx-ffi/build-ios.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "=> creating swift bindings"
echo "=> compiling swift ios bindings"
cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/sphinxrs.udl --language swift

echo "=> creating swift bindings"
echo "=> creating swift ios bindings"
sed -i '' 's/module\ sphinxrsFFI/framework\ module\ sphinxrsFFI/' src/sphinxrsFFI.modulemap

echo "=> building x86_64-apple-ios"
Expand Down
4 changes: 2 additions & 2 deletions sphinx-ffi/build-mac.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo "=> creating swift bindings"
echo "=> compiling swift mac bindings"
cargo run --features=uniffi/cli --bin uniffi-bindgen generate src/sphinxrs.udl --language swift

echo "=> creating swift bindings"
echo "=> creating swift mac bindings"
sed -i '' 's/module\ sphinxrsFFI/framework\ module\ sphinxrsFFI/' src/sphinxrsFFI.modulemap

echo "=> building x86_64-apple-darwin"
Expand Down

0 comments on commit 1f096cb

Please sign in to comment.