winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e96e6e6bbc658fb8376e7285173a7b349182112c
parent ef7de5191f2e6572adf67e73fdc44b3894acd815
Author: KEINOS <github+fork-qiita-news@keinos.com>
Date:   Thu, 17 Jul 2025 04:01:42 +0000

Merge remote-tracking branch 'upstream/master'

Diffstat:
Msrc/VcpkgCustomTriplets/common.cmake | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/VcpkgCustomTriplets/common.cmake b/src/VcpkgCustomTriplets/common.cmake @@ -1,6 +1,6 @@ set(VCPKG_LIBRARY_LINKAGE static) -set(VCPKG_C_FLAGS "/Qspectre /W3 /guard:cf") -set(VCPKG_CXX_FLAGS "/Qspectre /W3 /guard:cf") +set(VCPKG_C_FLAGS "/Qspectre /W3 /guard:cf /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR") +set(VCPKG_CXX_FLAGS "/Qspectre /W3 /guard:cf /D_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR") set(VCPKG_INSTALL_OPTIONS, "--debug") if(PORT MATCHES "cpprestsdk")