From e2ae3201f768efafbd98da25ecec523b8f07eadc Mon Sep 17 00:00:00 2001 From: Eric Scharff Date: Fri, 26 Oct 2007 13:43:14 -0600 Subject: [PATCH] Fix for mac's lacking objcopy - rely on the version in MacPorts --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 7a7df8fdb7..5b17ba37da 100644 --- a/makefile +++ b/makefile @@ -76,6 +76,7 @@ end-merge-archive = -Wl,--no-whole-archive ifeq ($(platform),darwin) rdynamic = thread-cflags = + objcopy = gobjcopy shared = -dynamiclib pthread = lpthread =