]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
no ldd on OS X either
authordivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 9 Jan 2009 22:18:33 +0000 (22:18 +0000)
committerdivverent <divverent@61c419a2-8eb2-4b30-bcec-8cead039b335>
Fri, 9 Jan 2009 22:18:33 +0000 (22:18 +0000)
git-svn-id: svn://svn.icculus.org/netradiant/trunk@167 61c419a2-8eb2-4b30-bcec-8cead039b335

Makefile

index a0dec75a10d68b79c71fdf03a5339ecceff2624d..e1cb5afc4c5134dcb80ab3fc874a1980ec74931b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -187,6 +187,8 @@ ifeq ($(OS),Darwin)
        # workaround: http://developer.apple.com/qa/qa2007/qa1567.html
        LIBS_GL += -lX11 -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        LIBS_GTKGLEXT += -lX11 -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
+       # workaround: we have no "ldd" for OS X, so...
+       LDD =
 
 #$(error Unsupported build OS: $(OS) - please complete the Darwin support in this Makefile and submit a patch)
 else