mirror of
https://github.com/libretro/bsnes-libretro.git
synced 2024-11-26 18:40:47 +00:00
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
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:
commit
da79a3cc12
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user