From 7157f7efbf3d0a41374fde760dbed416a3b58bee Mon Sep 17 00:00:00 2001 From: Phil Christensen Date: Fri, 14 Jun 2019 16:46:57 -0700 Subject: [libsquish] fix flaky build (#6893) --- ports/libsquish/CONTROL | 2 +- ports/libsquish/portfile.cmake | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3