mirror of
https://github.com/corda/corda.git
synced 2025-02-07 11:30:22 +00:00
bootimage-object should depend on binaryToMacho
This commit is contained in:
parent
2622773eb4
commit
368c804bb7
2
makefile
2
makefile
@ -431,7 +431,7 @@ $(static-library): $(vm-objects) $(jni-objects) $(vm-heapwalk-objects)
|
||||
$(bootimage-bin): $(bootimage-generator)
|
||||
$(<) $(classpath-build) > $(@)
|
||||
|
||||
$(bootimage-object): $(bootimage-bin)
|
||||
$(bootimage-object): $(bootimage-bin) $(binaryToMacho)
|
||||
@echo "creating $(@)"
|
||||
ifeq ($(platform),darwin)
|
||||
$(binaryToMacho) $(<) __BOOT __boot \
|
||||
|
Loading…
x
Reference in New Issue
Block a user