mirror of
https://github.com/corda/corda.git
synced 2025-01-05 20:54:13 +00:00
Merge branch 'master' of oss.readytalk.com:/var/local/git/avian
This commit is contained in:
commit
1dea1d4800
2
makefile
2
makefile
@ -431,7 +431,7 @@ $(static-library): $(vm-objects) $(jni-objects) $(vm-heapwalk-objects)
|
|||||||
$(bootimage-bin): $(bootimage-generator)
|
$(bootimage-bin): $(bootimage-generator)
|
||||||
$(<) $(classpath-build) > $(@)
|
$(<) $(classpath-build) > $(@)
|
||||||
|
|
||||||
$(bootimage-object): $(bootimage-bin)
|
$(bootimage-object): $(bootimage-bin) $(binaryToMacho)
|
||||||
@echo "creating $(@)"
|
@echo "creating $(@)"
|
||||||
ifeq ($(platform),darwin)
|
ifeq ($(platform),darwin)
|
||||||
$(binaryToMacho) $(<) __BOOT __boot \
|
$(binaryToMacho) $(<) __BOOT __boot \
|
||||||
|
Loading…
Reference in New Issue
Block a user