Browse Source

Update fetch.lua (#4316)

replace \\ with / for linux compatibility
Altina Orion 1 year ago
parent
commit
dac0fef123
1 changed files with 1 additions and 1 deletions
  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 suffix = (package:config("interface") == 32 and "lp64" or "ilp64")
     local paths = {
     local paths = {
         "$(env MKL_ROOT)",
         "$(env MKL_ROOT)",
-        "$(env ONEAPI_ROOT)\\mkl\\latest"
+        "$(env ONEAPI_ROOT)/mkl/latest"
     }
     }
 
 
     -- find library
     -- find library