Merge pull request #41 from warmenhoven/warmenhoven/pr/osx
Some checks failed
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
Crowdin Translation Integration / create_intl_file (push) Has been cancelled

Fix osx build
This commit is contained in:
LibretroAdmin 2024-10-10 08:32:11 -05:00 committed by GitHub
commit da79a3cc12
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 ${LIBRETRO_APPLE_PLATFORM} -isysroot ${LIBRETRO_APPLE_ISYSROOT}"
- 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 $(xcodebuild -version -sdk macosx Path)"
################################### CELLULAR #################################
# Android ARMv7a