We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a9f21 commit 136dddcCopy full SHA for 136dddc
.github/workflows/test.yml
@@ -222,7 +222,7 @@ jobs:
222
-DCMAKE_EXE_LINKER_FLAGS="-lws2_32" \
223
-DCMAKE_CXX_FLAGS="-DWIN32_LEAN_AND_MEAN"
224
ls -la
225
- make CPPSTD=c++14 -j8
+ make CPPSTD=c++14 LDLIBS="-lws2_32" -j8
226
popd
227
for i in examples/*/; do
228
cp "$i"/bin/* artifacts/windows_example_binaries
0 commit comments