mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
update makefile to point to iPhoneOS5.0.sdk
This commit is contained in:
parent
6153a5c83b
commit
4026ad208c
2
makefile
2
makefile
@ -319,7 +319,7 @@ ifeq ($(platform),darwin)
|
|||||||
converter-cflags += -DOPPOSITE_ENDIAN
|
converter-cflags += -DOPPOSITE_ENDIAN
|
||||||
endif
|
endif
|
||||||
flags = -arch armv6 -isysroot \
|
flags = -arch armv6 -isysroot \
|
||||||
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk/
|
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/
|
||||||
openjdk-extra-cflags += $(flags)
|
openjdk-extra-cflags += $(flags)
|
||||||
cflags += $(flags)
|
cflags += $(flags)
|
||||||
asmflags += $(flags)
|
asmflags += $(flags)
|
||||||
|
Loading…
Reference in New Issue
Block a user