Skip to content

Commit

Permalink
ios build script fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketKernel committed Dec 22, 2023
1 parent 01a6573 commit a8bfa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/ios/build_monero_ffi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cmake -D IOS=ON \
make -j4

cp ./*.dylib $DEST_LIB_DIR
cp ../../src/monero_ffi.hpp $DEST_INCLUDE_DIR
cp ../../src/monero_ffi.h $DEST_INCLUDE_DIR

popd

Expand Down

0 comments on commit a8bfa30

Please sign in to comment.