BungeeCord/native/compile-native.sh

4 lines
169 B
Bash
Executable File

#!/bin/sh
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