mirror of
https://github.com/corda/corda.git
synced 2025-01-19 19:26:27 +00:00
Fixed broken mac commit
This commit is contained in:
parent
5131cac38a
commit
b91307224d
2
makefile
2
makefile
@ -284,7 +284,7 @@ endif
|
|||||||
|
|
||||||
$(executable): $(archive)
|
$(executable): $(archive)
|
||||||
@echo "linking $(@)"
|
@echo "linking $(@)"
|
||||||
$(cc) $(begin-merge-archive) -Wl,-all_load $(^) $(end-merge-archive) \
|
$(cc) $(begin-merge-archive) $(^) $(end-merge-archive) \
|
||||||
$(lflags) $(rdynamic) -o $(@)
|
$(lflags) $(rdynamic) -o $(@)
|
||||||
@$(strip) --strip-all $(@)
|
@$(strip) --strip-all $(@)
|
||||||
@$(show-size) $(@)
|
@$(show-size) $(@)
|
||||||
|
Loading…
Reference in New Issue
Block a user