[vlc-devel] [RFC][PATCH 2/2] contrib: respect the default tools for osx

Faustino E. Osuna enrique.osuna at gmail.com
Wed Dec 14 21:35:26 CET 2011


Use the default tools instead of explicitly setting our own.
---
 contrib/src/main.mak |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 7d65b6d..efa791c 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -119,10 +119,6 @@ $(warning overring CC=$(CXX) with g++-4.2)
 CXX=g++-4.2
 endif
 
-AR=ar
-LD=ld
-STRIP=strip
-RANLIB=ranlib
 EXTRA_CFLAGS += -isysroot $(MACOSX_SDK) -mmacosx-version-min=$(MIN_OSX_VERSION) -DMACOSX_DEPLOYMENT_TARGET=$(MIN_OSX_VERSION)
 EXTRA_LDFLAGS += -Wl,-syslibroot,$(MACOSX_SDK) -mmacosx-version-min=$(MIN_OSX_VERSION) -isysroot $(MACOSX_SDK) -DMACOSX_DEPLOYMENT_TARGET=$(MIN_OSX_VERSION)
 ifeq ($(ARCH),x86_64)
-- 
1.7.7.4




More information about the vlc-devel mailing list