mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +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)
|
||||
@echo "linking $(@)"
|
||||
$(cc) $(begin-merge-archive) -Wl,-all_load $(^) $(end-merge-archive) \
|
||||
$(cc) $(begin-merge-archive) $(^) $(end-merge-archive) \
|
||||
$(lflags) $(rdynamic) -o $(@)
|
||||
@$(strip) --strip-all $(@)
|
||||
@$(show-size) $(@)
|
||||
|
Loading…
x
Reference in New Issue
Block a user