mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19: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)
|
||||
$(<) $(classpath-build) > $(@)
|
||||
|
||||
$(bootimage-object): $(bootimage-bin)
|
||||
$(bootimage-object): $(bootimage-bin) $(binaryToMacho)
|
||||
@echo "creating $(@)"
|
||||
ifeq ($(platform),darwin)
|
||||
$(binaryToMacho) $(<) __BOOT __boot \
|
||||
|
Loading…
Reference in New Issue
Block a user