Bladeren bron

fix libtorch for old xmake

ruki 4 jaren geleden
bovenliggende
commit
732926e46b
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      packages/l/libtorch/xmake.lua

+ 1 - 1
packages/l/libtorch/xmake.lua

@@ -20,7 +20,7 @@ package("libtorch")
     add_includedirs("include/torch/csrc/api/include")
 
     -- enable long paths for git submodule on windows
-    if is_host("windows") then
+    if is_host("windows") and set_policy then
         set_policy("platform.longpaths", true)
     end