mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-04-18 06:20:05 +00:00
6 lines
217 B
Bash
Executable File
6 lines
217 B
Bash
Executable File
rm *.o libgamepad_jni.so
|
|
gcc -I /usr/lib/jvm/java-7-openjdk-amd64/include/ -fPIC -c *.c
|
|
gcc -shared -Wl,-soname,libgamepad_jni.so -Wl,--no-undefined -o libgamepad_jni.so *.o -L./lin64 -lstem_gamepad -lpthread
|
|
rm *.o
|
|
|