mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +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
|
||||
endif
|
||||
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)
|
||||
cflags += $(flags)
|
||||
asmflags += $(flags)
|
||||
|
Loading…
Reference in New Issue
Block a user