We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddd35b commit 0e0c2b9Copy full SHA for 0e0c2b9
1 file changed
.github/workflows/build-native-libs.yml
@@ -118,7 +118,7 @@ jobs:
118
Write-Host "brotlidec: $($brotlidec.FullName)"
119
Write-Host "brotlicommon: $($brotlicommon.FullName)"
120
121
- cl /EHsc /O2 /std:c++14 /LD `
+ cl /EHsc /O2 /MD /std:c++14 /LD `
122
/I"$jni_include" /I"$jni_include_win" `
123
/I"C:\woff2\include" /I"C:\install\include" `
124
tools\idea-plugin\native\woff2decoder.cpp `
0 commit comments