Update fetch.lua (#4316)

replace \\ with / for linux compatibility
pull/4322/head
Altina Orion 10 months ago committed by GitHub
parent 7bb44dd1be
commit dac0fef123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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

Loading…
Cancel
Save