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 20c55eb commit 6b6b55c
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 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
Expand Down

0 comments on commit 6b6b55c

Please sign in to comment.