BungeeCord/native/compile-native.sh

4 lines
141 B
Bash
Raw Normal View History

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