Prospective Mac build fix
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 12 Oct 2012 12:24:45 +0000 (14:24 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 12 Oct 2012 12:30:16 +0000 (14:30 +0200)
Define ahead of time which "feature" set we want, i.e. no LLINT/DFG/JIT
code but only ENABLE(ASSEMBLER). Otherwise Platform.h will make a choice
for us depending on the platform.

Change-Id: I372dc690ecbc624e9d589f6f10078a7647fcb570
Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
masm/masm.pri

index 457c381..b17a3e9 100644 (file)
@@ -11,6 +11,11 @@ HEADERS += $$PWD/stubs/WTFStubs.h
 
 DEFINES += WTF_EXPORT_PRIVATE=""
 
+DEFINES += ENABLE_LLINT=0
+DEFINES += ENABLE_DFG_JIT=0
+DEFINES += ENABLE_JIT=0
+DEFINES += ENABLE_ASSEMBLER=1
+
 INCLUDEPATH += $$PWD/jit
 INCLUDEPATH += $$PWD/assembler
 INCLUDEPATH += $$PWD/wtf