Skip to content

Commit

Permalink
Fix osx build
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven committed Oct 10, 2024
1 parent de46881 commit d77a80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d77a80a

Please sign in to comment.