diff options
author | Pixel <pixel@nobis-crew.org> | 2010-11-26 13:25:49 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-11-26 13:25:49 -0800 |
commit | deed24e136d6bf2d40074d62238c4f0c78c20137 (patch) | |
tree | 31bcd2cee58c62e99e3269b45538032e9a0fe0a0 /Makefile | |
parent | 286d2c3c3ee8a43d681321226ab43a91fee6f26f (diff) |
Making the gl-glue working again for Darwin.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |