BungeeCord/native/compile-native.sh

4 lines
169 B
Bash
Raw Normal View History

2013-11-18 21:16:06 +01:00
#!/bin/sh
2014-02-16 01:40:36 +01:00
gcc -shared -fPIC -O3 -Werror -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/ src/main/c/NativeCipherImpl.c -o src/main/resources/native-cipher.so -lcrypto