aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/linenoise-ng/CONTROL2
-rw-r--r--ports/linenoise-ng/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/linenoise-ng/CONTROL b/ports/linenoise-ng/CONTROL
index 8023c7f7d..cb5f9429a 100644
--- a/ports/linenoise-ng/CONTROL
+++ b/ports/linenoise-ng/CONTROL
@@ -1,3 +1,3 @@
Source: linenoise-ng
-Version: 4754bee2d8eb3
+Version: 4754bee2d8eb3-1
Description: A small, portable GNU readline replacement for Linux, Windows and MacOS which is capable of handling UTF-8 characters. \ No newline at end of file
diff --git a/ports/linenoise-ng/portfile.cmake b/ports/linenoise-ng/portfile.cmake
index c5e448e86..18dcfd262 100644
--- a/ports/linenoise-ng/portfile.cmake
+++ b/ports/linenoise-ng/portfile.cmake
@@ -11,6 +11,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
+ DISABLE_PARALLEL_CONFIGURE
)
vcpkg_install_cmake()