Explorar o código

Update fetch.lua (#4316)

replace \\ with / for linux compatibility
Altina Orion hai 1 ano
pai
achega
dac0fef123
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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