mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-28 19:26:26 +08:00
remove warnings
This commit is contained in:
4
java/build.sh
Executable file
4
java/build.sh
Executable file
@@ -0,0 +1,4 @@
|
||||
cd /path/to/GmSSL/java
|
||||
gcc -shared -fPIC -Wall -I./jni -I /path/to/gmssl/include -L /path/to/gmssl/lib GmSSL.c -lcrypto -o libgmssljni.so
|
||||
java -Djava.library.path=/ GmSSL
|
||||
|
||||
Reference in New Issue
Block a user