We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6e97b commit bd08b81Copy full SHA for bd08b81
pixi.toml
@@ -36,7 +36,7 @@ vrs = { cmd = "build/tools/vrs/vrs", depends-on= ["build"]}
36
37
[target.win-64.tasks] # Deal with windows specifics (prepare and build)
38
cmake-generator = "cmake --help"
39
-prepare = "cmake -G 'Visual Studio 16 2019' -B build -S . -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_OPUS:BOOL=ON"
+prepare = "cmake -G 'Visual Studio 16 2019' -B build -S . -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_OPUS:BOOL=ON -DCMAKE_TLS_VERIFY=0"
40
build = { cmd = "cmake --build build --config Release -- /m", depends-on = [
41
"prepare",
42
] }
0 commit comments