Drop binaries from the repo, they are now at https://git.bitcoin.ninja/index.cgi...
[ldk-java] / genbindings.sh
index 9529fc0815fba15c2b511dbba8bd657ba67ef9fa..15a574da38f59f2f9ed4c7ebb04c070688637fc7 100755 (executable)
@@ -135,6 +135,7 @@ else
        fi
        if [ "$LDK_JAR_TARGET" = "true" ]; then
                # Copy to JNI native directory for inclusion in JARs
+               mkdir -p src/main/resources/
                cp liblightningjni_release$LDK_TARGET_SUFFIX.so src/main/resources/liblightningjni$LDK_TARGET_SUFFIX.nativelib
        fi
 fi