Skip to content

Commit

Permalink
small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Feb 5, 2025
1 parent fb2b384 commit 959620c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindings_ffi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ framework: lipo
rm -rf LibXMTPSwiftFFI.xcframework
xcodebuild -create-xcframework \
-library build/aarch64-apple-ios/$(LIB) \
-headers build/swift/include/ \
-headers build/swift/include/libxmtp/ \
-library build/lipo_ios_sim/$(LIB) \
-headers build/swift/include/ \
-headers build/swift/include/libxmtp/ \
-library build/lipo_macos/$(LIB) \
-headers build/swift/include/ \
-headers build/swift/include/libxmtp/ \
-output LibXMTPSwiftFFI.xcframework

# build uniffi bindings for swift
Expand Down

0 comments on commit 959620c

Please sign in to comment.