aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Paulyshka <me@mixaill.tk>2017-04-01 23:35:08 +0300
committerMikhail Paulyshka <me@mixaill.tk>2017-04-01 23:35:08 +0300
commit13940af99a201e29599911632894f62dea0e5db2 (patch)
tree8472c24e12eb9e21ec9ab3b3c567000e09279d88
parentdb73e73c562a00228dd8c01ee2a03f03012023fc (diff)
downloadvcpkg-13940af99a201e29599911632894f62dea0e5db2.tar.gz
vcpkg-13940af99a201e29599911632894f62dea0e5db2.zip
[sqlite3] fix uwp builds
-rw-r--r--ports/sqlite3/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sqlite3/portfile.cmake b/ports/sqlite3/portfile.cmake
index fdf4ec159..40a0d8a16 100644
--- a/ports/sqlite3/portfile.cmake
+++ b/ports/sqlite3/portfile.cmake
@@ -13,6 +13,7 @@ vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DSOURCE=${SOURCE_PATH}
+ -DVCPKG_CMAKE_SYSTEM_NAME=${VCPKG_CMAKE_SYSTEM_NAME}
)
vcpkg_build_cmake()
vcpkg_install_cmake()