diff options
| author | Phil Christensen <philc@microsoft.com> | 2019-06-14 16:46:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-14 16:46:57 -0700 |
| commit | 7157f7efbf3d0a41374fde760dbed416a3b58bee (patch) | |
| tree | fcbe7ff97b51351709e90b1f449de332c75f0834 | |
| parent | 8148e41eb94356b7297db92ea9635f23a37b8f4d (diff) | |
| download | vcpkg-7157f7efbf3d0a41374fde760dbed416a3b58bee.tar.gz vcpkg-7157f7efbf3d0a41374fde760dbed416a3b58bee.zip | |
[libsquish] fix flaky build (#6893)
| -rw-r--r-- | ports/libsquish/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libsquish/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libsquish/CONTROL b/ports/libsquish/CONTROL index 9cc2e5097..1e193d1b1 100644 --- a/ports/libsquish/CONTROL +++ b/ports/libsquish/CONTROL @@ -1,3 +1,3 @@ Source: libsquish
-Version: 1.15
+Version: 1.15-1
Description: Open source DXT compression library.
diff --git a/ports/libsquish/portfile.cmake b/ports/libsquish/portfile.cmake index dbebf9566..02fdc4f90 100644 --- a/ports/libsquish/portfile.cmake +++ b/ports/libsquish/portfile.cmake @@ -30,6 +30,7 @@ vcpkg_extract_source_archive_ex( vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
)
vcpkg_install_cmake()
|
