diff options
-rw-r--r-- | packages/darwin_app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/darwin_app/Makefile b/packages/darwin_app/Makefile index 4b994de1..5e9030b5 100644 --- a/packages/darwin_app/Makefile +++ b/packages/darwin_app/Makefile @@ -1,7 +1,7 @@ current: darwin_app # turn on weak linking and dlopen support -export MACOSX_DEPLOYMENT_TARGET = 10.3 +export MACOSX_DEPLOYMENT_TARGET = 10.4 CWD := $(shell pwd) BUILD_BASE = $(CWD)/build |