BungeeCord/native/compile-native.sh
2013-11-19 07:16:06 +11:00

4 lines
156 B
Bash
Executable File

#!/bin/sh
gcc -shared -fPIC -O3 -Werror -I/usr/lib/jvm/default-java/include/ src/main/c/NativeCipherImpl.c -o src/main/resources/native-cipher.so -lcrypto