Fix dependency build scripts for good...

pull/169/head
Peter Repukat 2 years ago
parent 265478ee6a
commit 5ef606d40f

@ -1,6 +1,6 @@
cd deps/SFML
if ($env:APPVEYOR = ="") {
if ($env:APPVEYOR -like "") {
cmake.exe -S . -B out/Debug -DCMAKE_BUILD_TYPE=Debug
cmake.exe --build out/Debug --config Debug
}

Loading…
Cancel
Save