mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-22 13:15:47 +00:00
Move solution and projects to src
This commit is contained in:
8
src/ARMeilleure/Native/macos_jit_support/Makefile
Normal file
8
src/ARMeilleure/Native/macos_jit_support/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
NAME = libarmeilleure-jitsupport.dylib
|
||||
|
||||
all: ${NAME}
|
||||
|
||||
${NAME}:
|
||||
clang -O3 -dynamiclib support.c -o ${NAME}
|
||||
clean:
|
||||
rm -f ${NAME}
|
||||
Reference in New Issue
Block a user