Merge pull request #276 from mikehearn/mavericks-fix

Fix makefiles for building on Mavericks
This commit is contained in:
Joel Dice 2014-06-05 13:50:41 -06:00
commit 68e74d1284
2 changed files with 2 additions and 2 deletions

View File

@ -620,7 +620,7 @@ ifeq ($(platform),darwin)
soname-flag =
version-script-flag =
lflags = $(common-lflags) -ldl -framework CoreFoundation
lflags = $(common-lflags) -ldl -framework CoreFoundation -framework Foundation
ifeq (,$(shell ld -v 2>&1 | grep cctools))
lflags += -Wl,-compatibility_version,1.0.0

View File

@ -343,7 +343,7 @@ else
endif
openjdk-cflags += \
-DMACOSX
-DMACOSX -x objective-c
endif
endif