Fix for mac's lacking objcopy - rely on the version in MacPorts

This commit is contained in:
Eric Scharff 2007-10-26 13:43:14 -06:00
parent 4088387cf0
commit e2ae3201f7

View File

@ -76,6 +76,7 @@ end-merge-archive = -Wl,--no-whole-archive
ifeq ($(platform),darwin)
rdynamic =
thread-cflags =
objcopy = gobjcopy
shared = -dynamiclib
pthread =
lpthread =