Skip to content

Commit

Permalink
f Add swiftc commands for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Dec 15, 2022
1 parent 849452c commit 4b449b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions uniffi_bindgen_generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ uniffi-bindgen generate uniffi/ldk_lite.udl --language kotlin

uniffi-bindgen generate uniffi/ldk_lite.udl --language swift
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/release/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/debug/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v
#swiftc -module-name ldk_lite -emit-library -o libldk_lite.dylib -emit-module -emit-module-path ./uniffi -parse-as-library -L ./target/x86_64-apple-darwin/release/ -lldk_lite -Xcc -fmodule-map-file=./uniffi/ldk_liteFFI.modulemap ./uniffi/ldk_lite.swift -v

0 comments on commit 4b449b4

Please sign in to comment.