BungeeCord/native/compile-native.sh
2014-07-01 20:13:30 +10:00

4 lines
171 B
Bash
Executable File

#!/bin/sh
g++ -shared -fPIC -O3 -Werror -I$JAVA_HOME/include/ -I$JAVA_HOME/include/linux/ src/main/c/NativeCipherImpl.cpp -o src/main/resources/native-cipher.so -lcrypto