diff options
Diffstat (limited to 'ports/libcopp')
| -rw-r--r-- | ports/libcopp/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libcopp/portfile.cmake | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/libcopp/CONTROL b/ports/libcopp/CONTROL index 35fca9b7e..68115219f 100644 --- a/ports/libcopp/CONTROL +++ b/ports/libcopp/CONTROL @@ -1,3 +1,3 @@ Source: libcopp -Version: 1.1.0-1 +Version: 1.1.0-2 Description: A cross-platfrom coroutine library for C++ diff --git a/ports/libcopp/portfile.cmake b/ports/libcopp/portfile.cmake index 85b2de09c..026e4a14c 100644 --- a/ports/libcopp/portfile.cmake +++ b/ports/libcopp/portfile.cmake @@ -13,6 +13,7 @@ vcpkg_from_github( # Use libcopp's own build process, skipping examples and tests vcpkg_configure_cmake( SOURCE_PATH ${SOURCE_PATH} + DISABLE_PARALLEL_CONFIGURE # PREFER_NINJA # Disabled because Ninja does not invoke masm correctly for this project ) vcpkg_install_cmake() |
