mirror of
https://github.com/corda/corda.git
synced 2025-01-01 02:36:44 +00:00
fix sdk detection logic
This commit is contained in:
parent
b6c7cfef73
commit
699ca75c54
2
makefile
2
makefile
@ -402,7 +402,7 @@ bootimage-cflags = -DTARGET_BYTES_PER_WORD=$(pointer-size)
|
||||
bootimage-symbols = _binary_bootimage_bin_start:_binary_bootimage_bin_end
|
||||
codeimage-symbols = _binary_codeimage_bin_start:_binary_codeimage_bin_end
|
||||
|
||||
developer-dir := $(shell if test -d /Developer; then echo /Developer; \
|
||||
developer-dir := $(shell if test -d /Developer/Platforms/$(target).platform/Developer/SDKs; then echo /Developer; \
|
||||
else echo /Applications/Xcode.app/Contents/Developer; fi)
|
||||
|
||||
ifeq ($(build-arch),powerpc)
|
||||
|
Loading…
Reference in New Issue
Block a user