depends: remove FORCE_USE_SYSTEM_CLANG

This commit is contained in:
fanquake
2024-05-30 13:11:19 +01:00
parent 9946618f61
commit e9a44faf14
7 changed files with 2 additions and 52 deletions

View File

@@ -18,7 +18,6 @@ darwin_STRIP:=$(shell xcrun -f strip)
darwin_OBJDUMP:=$(shell xcrun -f objdump)
darwin_NM:=$(shell xcrun -f nm)
darwin_DSYMUTIL:=$(shell xcrun -f dsymutil)
darwin_native_toolchain=
x86_64_darwin_CFLAGS += -arch x86_64
x86_64_darwin_CXXFLAGS += -arch x86_64