BungeeCord/native/compile-native.sh

4 lines
171 B
Bash
Raw Normal View History

2013-11-18 21:16:06 +01:00
#!/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