mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-22 14:53:44 +02:00
Attempt again to fix libretro CI failure on x86_64 macOS
This commit is contained in:
parent
863b5eaf5c
commit
2117a10778
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ else ifeq ($(platform),osx)
|
|||
MKXPZ_CPU = x86_64
|
||||
MKXPZ_ENDIAN = little
|
||||
# macOS 10.7 is the first version of macOS with support for thread-local storage, which we currently need
|
||||
MKXPZ_CC = ['xcrun', '--sdk', 'macosx', '$(CC)', '-arch=x86_64', '-mmacos-version-min=10.7']
|
||||
MKXPZ_CXX = ['xcrun', '--sdk', 'macosx', '$(CXX)', '-arch=x86_64', '-mmacos-version-min=10.7']
|
||||
MKXPZ_CC = ['$(CC)', '--target=x86_64-apple-macos10.7']
|
||||
MKXPZ_CXX = ['$(CXX)', '--target=x86_64-apple-macos10.7']
|
||||
# The build times out with LTO enabled
|
||||
MKXPZ_LTO = false
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue