Skip to content

Commit

Permalink
Merge pull request #41 from warmenhoven/warmenhoven/pr/osx
Browse files Browse the repository at this point in the history
Fix osx build
  • Loading branch information
LibretroAdmin authored Oct 10, 2024
2 parents de46881 + d77a80a commit da79a3c
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 da79a3c

Please sign in to comment.