mirror of
https://github.com/corda/corda.git
synced 2025-01-19 11:16:54 +00:00
include heapwalk.o in libavian.a if bootimage=true
This commit is contained in:
parent
d4363d250a
commit
4ec853d1bc
3
makefile
3
makefile
@ -415,7 +415,7 @@ $(generator-objects): $(native-build)/%.o: $(src)/%.cpp
|
||||
$(jni-objects): $(native-build)/%.o: $(classpath)/%.cpp
|
||||
$(compile-object)
|
||||
|
||||
$(static-library): $(vm-objects) $(jni-objects)
|
||||
$(static-library): $(vm-objects) $(jni-objects) $(vm-heapwalk-objects)
|
||||
@echo "creating $(@)"
|
||||
rm -rf $(@)
|
||||
$(ar) cru $(@) $(^)
|
||||
@ -462,7 +462,6 @@ ifeq ($(platform),windows)
|
||||
else
|
||||
$(cc) $(^) $(rdynamic) $(lflags) -o $(@)
|
||||
endif
|
||||
$(strip) $(strip-all) $(@)
|
||||
|
||||
$(dynamic-library): \
|
||||
$(vm-objects) $(dynamic-object) $(jni-objects) $(vm-heapwalk-objects) \
|
||||
|
Loading…
Reference in New Issue
Block a user