Browse Source

Update fetch.lua (#4316)

replace \\ with / for linux compatibility
Altina Orion 1 năm trước cách đây
mục cha
commit
dac0fef123
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/m/mkl/fetch.lua

+ 1 - 1
packages/m/mkl/fetch.lua

@@ -6,7 +6,7 @@ function _find_package(package, opt)
     local suffix = (package:config("interface") == 32 and "lp64" or "ilp64")
     local paths = {
         "$(env MKL_ROOT)",
-        "$(env ONEAPI_ROOT)\\mkl\\latest"
+        "$(env ONEAPI_ROOT)/mkl/latest"
     }
 
     -- find library