Преглед изворни кода

[ci] use newer windows SDK for building hashlink

Dan Korostelev пре 4 година
родитељ
комит
7155e194e3
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/runci/targets/Hl.hx

+ 1 - 1
tests/runci/targets/Hl.hx

@@ -43,7 +43,7 @@ class Hl {
         }
 
         FileSystem.createDirectory(hlBuild);
-        var generator = systemName == "Windows" ? [] : ["-GNinja"];
+        var generator = systemName == "Windows" ? ["-DCMAKE_SYSTEM_VERSION=10.0.19041.0"] : ["-GNinja"];
         runCommand("cmake", generator.concat([
             "-DBUILD_TESTING=OFF",
             "-DWITH_BULLET=OFF",