浏览代码

Update fetch.lua (#4316)

replace \\ with / for linux compatibility
Altina Orion 1 年之前
父节点
当前提交
dac0fef123
共有 1 个文件被更改,包括 1 次插入1 次删除
  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