diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-05 18:57:31 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-05 18:57:31 -0800 |
commit | 501204b88927f4bcc0a7d6065a4a220af6fb0eed (patch) | |
tree | aea1b43b22fa926e604b26bbf7f54ca0f1df2bb6 | |
parent | d29a4a17c6912b3c3cae33461a00b38e30d0801c (diff) |
Let's settle this to i386.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LDFLAGS_READLINE=-lreadline -lncurses SHARED_FLAGS=-dynamiclib SHARED_EXT=dylib LIBS=-liconv -LD = g++ +LD = g++ -arch i386 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 |