mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
fix jni_md.h not found 10.9 problem
This commit is contained in:
parent
8b60a32f11
commit
9080b462b6
5
makefile
5
makefile
@ -474,8 +474,7 @@ endif
|
||||
|
||||
ifeq ($(build-platform),darwin)
|
||||
build-cflags = $(common-cflags) -fPIC -fvisibility=hidden -I$(src)
|
||||
cflags += -I/System/Library/Frameworks/JavaVM.framework/Headers/ \
|
||||
-Wno-deprecated-declarations
|
||||
cflags += -Wno-deprecated-declarations
|
||||
build-lflags += -framework CoreFoundation
|
||||
endif
|
||||
|
||||
@ -691,6 +690,8 @@ ifeq ($(platform),darwin)
|
||||
asmflags += -arch x86_64
|
||||
lflags += -arch x86_64
|
||||
endif
|
||||
|
||||
cflags += -I$(JAVA_HOME)/include/darwin
|
||||
endif
|
||||
|
||||
openjdk-extra-cflags += $(classpath-extra-cflags)
|
||||
|
Loading…
Reference in New Issue
Block a user