summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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