Kaynağa Gözat

[ci] use newer windows SDK for building hashlink

Dan Korostelev 4 yıl önce
ebeveyn
işleme
7155e194e3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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",