diff options
author | Konstantin Tokarev <annulen@yandex.ru> | 2016-11-07 09:36:50 +0300 |
---|---|---|
committer | Konstantin Tokarev <annulen@yandex.ru> | 2017-02-02 12:31:10 +0000 |
commit | 5ae3854f795ac5c1a0f104bd8b66ed6f988181cd (patch) | |
tree | 197aac0ea37c400dfa582379b2bac84029e794a0 /Source/JavaScriptCore/shell | |
parent | 747609969d3a8bd95ed2293bb5d943660188ede4 (diff) | |
download | qtwebkit-5ae3854f795ac5c1a0f104bd8b66ed6f988181cd.tar.gz |
Imported WebKit commit 490f716dd2dd07fb0d6652795c62586e2e28ae27
Change-Id: I9f66467721cf923468af87915c260c1bb44e013e
Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/JavaScriptCore/shell')
-rw-r--r-- | Source/JavaScriptCore/shell/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/shell/CMakeLists.txt b/Source/JavaScriptCore/shell/CMakeLists.txt index 633ce4233..27d81336f 100644 --- a/Source/JavaScriptCore/shell/CMakeLists.txt +++ b/Source/JavaScriptCore/shell/CMakeLists.txt @@ -37,7 +37,7 @@ if (SHOULD_INSTALL_JS_SHELL) install(TARGETS jsc DESTINATION "${EXEC_INSTALL_DIR}") endif () -if (WIN32) +if (TARGET jscLib) add_dependencies(jsc jscLib) endif () |