mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2026-05-19 16:10:40 +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
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user