Procházet zdrojové kódy

[ci] use newer windows SDK for building hashlink

Dan Korostelev před 4 roky
rodič
revize
b9f42e5a84
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/runci/targets/Hl.hx

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

@@ -41,7 +41,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",