mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-12-04 07:40:46 +00:00
Fix osx build
This commit is contained in:
parent
20c55eb633
commit
6b6b55cf22
@ -144,7 +144,7 @@ libretro-build-osx-arm64:
|
|||||||
- .libretro-osx-arm64-make-default
|
- .libretro-osx-arm64-make-default
|
||||||
- .core-defs-osx
|
- .core-defs-osx
|
||||||
script:
|
script:
|
||||||
- make -C ${MAKEFILE_PATH} -f ${MAKEFILE} -j$NUMPROC platform=macos target=libretro binary=library local=false openmp=false compiler="c++ -std=c++17 -stdlib=libc++ -target arm64-apple-macos10.15 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
|
- make -C ${MAKEFILE_PATH} -f ${MAKEFILE} -j$NUMPROC platform=macos target=libretro binary=library local=false openmp=false compiler="c++ -std=c++17 -stdlib=libc++ -target ${LIBRETRO_APPLE_PLATFORM} -isysroot ${LIBRETRO_APPLE_ISYSROOT}"
|
||||||
|
|
||||||
################################### CELLULAR #################################
|
################################### CELLULAR #################################
|
||||||
# Android ARMv7a
|
# Android ARMv7a
|
||||||
|
Loading…
Reference in New Issue
Block a user