Don't manually set compiler for x86_64 macOS in libretro CI

This commit is contained in:
刘皓 2025-07-29 13:23:31 -04:00
parent 2117a10778
commit c52918eca1
No known key found for this signature in database
GPG key ID: 7901753DB465B711

View file

@ -37,9 +37,6 @@ else ifeq ($(platform),osx)
MKXPZ_CPU_FAMILY = x86_64
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 = ['$(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