Merge pull request #40 from warmenhoven/warmenhoven/pr/osx
Some checks are pending
Build / build (map[name:macos version:latest]) (push) Waiting to run
Build / build (map[name:ubuntu version:latest]) (push) Waiting to run
Build / build (map[name:windows version:latest]) (push) Waiting to run
Build / release (push) Blocked by required conditions

Fix osx build
This commit is contained in:
LibretroAdmin 2024-10-09 22:31:15 -05:00 committed by GitHub
commit de46881856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ libretro-build-osx-arm64:
- .libretro-osx-arm64-make-default
- .core-defs-osx
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 #################################
# Android ARMv7a