mirror of
https://github.com/corda/corda.git
synced 2025-04-19 00:27:13 +00:00
Fix for mac's lacking objcopy - rely on the version in MacPorts
This commit is contained in:
parent
4088387cf0
commit
e2ae3201f7
1
makefile
1
makefile
@ -76,6 +76,7 @@ end-merge-archive = -Wl,--no-whole-archive
|
||||
ifeq ($(platform),darwin)
|
||||
rdynamic =
|
||||
thread-cflags =
|
||||
objcopy = gobjcopy
|
||||
shared = -dynamiclib
|
||||
pthread =
|
||||
lpthread =
|
||||
|
Loading…
x
Reference in New Issue
Block a user