diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-06 15:04:20 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-06 15:04:20 -0800 |
commit | 2f55d6e1c9c9d7179149f745d80b4cdd180b7249 (patch) | |
tree | fc669fba4185979b3483e80ef4a0eb1ee21ba073 /Makefile | |
parent | 501204b88927f4bcc0a7d6065a4a220af6fb0eed (diff) |
Fixing dist command for darwin.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,6 +15,7 @@ LDFLAGS_GL = -L/usr/X11/lib -lGLU -lGL -X11 -dylib_file \ /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:\ /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib GL_GLUE=gl-glue-fat.o +STRIP = strip -x else ARCH_FLAGS=-march=i686 -m32 ASFLAGS=-march=i686 --32 @@ -34,10 +35,10 @@ SHARED_FLAGS=-shared SHARED_EXT=so LD = g++ -m32 LDFLAGS_GL = -lGLU -lGL +STRIP = strip --strip-unneeded endif CC = gcc CXX = g++ -STRIP = strip --strip-unneeded INCLUDES = \ -I../mogltk/include \ |