Skip to content

Commit 651ad0e

Browse files
author
Martin Bektchiev
authored
Merge pull request #801 from NativeScript/bektchiev/dont-skip-rebuild-dependencies-on-change
Always invoke build script for WebKit and MetadataGenerator targets
2 parents 3f6bc42 + c53b972 commit 651ad0e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/MetadataGenerator.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ ExternalProject_Add(MetadataGenerator
55
-DCMAKE_INSTALL_PREFIX=${CMAKE_BINARY_DIR}/metadataGenerator
66
-DCMAKE_BUILD_TYPE=$<CONFIG>
77
"${CMAKE_SOURCE_DIR}/src/metadata-generator"
8+
BUILD_ALWAYS 1
89
BUILD_COMMAND env -i "${CMAKE_COMMAND}"
910
--build .
1011
--target install

src/WebKit.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ ExternalProject_Add(
5858
SOURCE_DIR ${WEBKIT_SOURCE_DIR}
5959
CMAKE_GENERATOR ${CMAKE_GENERATOR}
6060
CMAKE_ARGS ${WEBKIT_CMAKE_ARGS}
61+
BUILD_ALWAYS 1
6162
BUILD_COMMAND ${CMAKE_SOURCE_DIR}/build/scripts/build-step-webkit.sh
6263
INSTALL_COMMAND ""
6364
)

0 commit comments

Comments
 (0)