mirror of
https://github.com/mirror/tinycc.git
synced 2025-03-02 08:20:06 +08:00
macos: Use newer MACOSX_DEPLOYMENT_TARGET
10.6 seems to still be supported on Mojave, but not 10.4 anymore.
This commit is contained in:
parent
7b6931ed1f
commit
4cc27b816f
2
Makefile
2
Makefile
@ -49,7 +49,7 @@ else
|
|||||||
ifdef CONFIG_OSX
|
ifdef CONFIG_OSX
|
||||||
NATIVE_TARGET = $(ARCH)-osx
|
NATIVE_TARGET = $(ARCH)-osx
|
||||||
LDFLAGS += -flat_namespace -undefined warning
|
LDFLAGS += -flat_namespace -undefined warning
|
||||||
export MACOSX_DEPLOYMENT_TARGET := 10.4
|
export MACOSX_DEPLOYMENT_TARGET := 10.6
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user