summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/LLIntOffsetsExtractor.pro')
-rw-r--r--Source/JavaScriptCore/LLIntOffsetsExtractor.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
index 50cdd44ef..97b3529b7 100644
--- a/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
+++ b/Source/JavaScriptCore/LLIntOffsetsExtractor.pro
@@ -8,8 +8,6 @@
TEMPLATE = app
TARGET = LLIntOffsetsExtractor
-macx: DESTDIR = $$activeBuildConfig()
-
debug_and_release {
CONFIG += force_build_all
CONFIG += build_all
@@ -59,6 +57,12 @@ llint.commands = ruby $$llint.script ${QMAKE_FILE_NAME} ${QMAKE_FILE_OUT}
llint.CONFIG += no_link
QMAKE_EXTRA_COMPILERS += llint
+macx {
+ DESTDIR = $$activeBuildConfig()
+ llint.output = $$activeBuildConfig()/$$llint.output
+ INCLUDEPATH += $$activeBuildConfig()
+}
+
# Compilation of this file will automatically depend on LLIntDesiredOffsets.h
# due to qmake scanning the source file for header dependencies.
SOURCES = llint/LLIntOffsetsExtractor.cpp