summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2010-11-26 13:25:49 -0800
committerPixel <pixel@nobis-crew.org>2010-11-26 13:25:49 -0800
commitdeed24e136d6bf2d40074d62238c4f0c78c20137 (patch)
tree31bcd2cee58c62e99e3269b45538032e9a0fe0a0 /Makefile
parent286d2c3c3ee8a43d681321226ab43a91fee6f26f (diff)
Making the gl-glue working again for Darwin.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f913f4c..84c016f 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ GL_GLUE=gl-glue.s
CC = gcc
CXX = g++
LD = g++
-AS = as
+AS = gcc -c -m32
LUAJIT = ../LuaJIT/src/libluajit.a
ifeq ($(SYSTEM),Darwin)
LIPO = lipo