Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[capstone] Use static runtime if capstone wants to be statically linked #23122

Merged
merged 17 commits into from
Feb 22, 2022
Merged
2 changes: 1 addition & 1 deletion ports/capstone/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ vcpkg_configure_cmake(
-DCAPSTONE_BUILD_SHARED=${CS_BUILD_SHARED}
-DCAPSTONE_BUILD_TESTS=OFF
-DCAPSTONE_BUILD_CSTOOL=OFF
-DCAPSTONE_BUILD_STATIC_RUNTIME=OFF
-DCAPSTONE_BUILD_STATIC_RUNTIME=${CS_BUILD_STATIC}
-DCAPSTONE_X86_ONLY=OFF
${FEATURE_OPTIONS}
)
Expand Down