Skip to content

Commit c81f57b

Browse files
committed
ffi(nostr): delete libnostr_sdk_ffi.so from kotlin/jniLibs if exists
1 parent 9c4c1f6 commit c81f57b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/nostr-ffi/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ clean-android:
4545
rm -rf ffi/kotlin
4646

4747
kotlin: clean-android android
48+
find ./ffi/kotlin/jniLibs -name libnostr_sdk_ffi.so -type f -delete
4849
cargo run -p uniffi-bindgen generate --library ../../target/x86_64-linux-android/release/libnostr_ffi.so --language kotlin --no-format -o ffi/kotlin
4950

5051
android: aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

0 commit comments

Comments
 (0)