mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-06-17 14:22:00 +00:00
Add OS X build script and binary
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
rm *.o libgamepad_jni.dylib
|
||||||
|
gcc -I /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/include/ -I /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/include/darwin -fPIC -c *.c
|
||||||
|
gcc -shared -o libgamepad_jni.dylib *.o -L./osx -lstem_gamepad -lpthread -framework IOKit -framework CoreFoundation
|
||||||
|
rm *.o
|
||||||
|
|
||||||
Reference in New Issue
Block a user