diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-05 18:54:20 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-05 18:54:20 -0800 |
commit | 03dc6fdc539ba032ee904d11dfe042ff50d471f9 (patch) | |
tree | 9a01138499c50989a40c2ce497dcf25b57642648 /Makefile | |
parent | 38f828fc3c4c3437a13c06024bc37354a993778a (diff) |
It's actually going to be difficult to support anything else than i386...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ MACHINE=$(shell uname -m) DISTRIB=$(shell cat /etc/issue | cut -f 1 -d\ | head -1) GL_GLUE=gl-glue.s ifeq ($(SYSTEM),Darwin) -ARCH_FLAGS=-arch i386 -arch x86_64 -arch ppc +ARCH_FLAGS=-arch i386 LDFLAGS_MESA=-all_load ../Mesa-7.4.4/lib/libGLU.a ../Mesa-7.4.4/lib/libmesa.a ../Mesa-7.4.4/lib/libglapi.a ../Mesa-7.4.4/lib/osmesa.o CPPFLAGS_READLINE= LDFLAGS_READLINE=-lreadline -lncurses |