diff options
author | tjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-23 20:59:12 +0000 |
---|---|---|
committer | tjw <tjw@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-23 20:59:12 +0000 |
commit | 7eec87380d6b4bbf0ffa4f8ea258b8853c0428bc (patch) | |
tree | 1d2f1dd21bd40fd0f68aeeaf37ef2cfab793b1d8 | |
parent | 632f4c431b9c7f0e0c1555a600e5df6c27a6ff6e (diff) | |
download | ioquake3-aero-7eec87380d6b4bbf0ffa4f8ea258b8853c0428bc.tar.gz ioquake3-aero-7eec87380d6b4bbf0ffa4f8ea258b8853c0428bc.zip |
* enable building of QVM for Mac OS X again
git-svn-id: svn://svn.icculus.org/quake3/trunk@1327 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -303,9 +303,6 @@ ifeq ($(PLATFORM),darwin) CLIENT_LDFLAGS= OPTIMIZE= - # building the QVMs on MacOSX is broken, atm. - BUILD_GAME_QVM=0 - BASE_CFLAGS = -Wall -Wimplicit -Wstrict-prototypes ifeq ($(ARCH),ppc) |