Skip to content

Commit

Permalink
Use MT build flag
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Nov 18, 2023
1 parent 4890f60 commit a60ed46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
mkdir -p build
cd build

cmake -A x64 ..
cmake -A x64 -D CMAKE_POLICY_DEFAULT_CMP0091=NEW -D CMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded" ..

cmake --build . --target samplerate --config Release
cmake --build . --target libnyquist --config Release
Expand Down

0 comments on commit a60ed46

Please sign in to comment.