diff options
| author | indesperate <[email protected]> | 2022-12-27 23:28:43 +0800 |
|---|---|---|
| committer | indesperate <[email protected]> | 2022-12-27 23:28:43 +0800 |
| commit | 339ace0e3bf4d2f48b4ddbfafbaf581311f860e5 (patch) | |
| tree | e8b6c0369031b7b1bc231d53a94250a9a3339a77 | |
| parent | 081dd1de9439e2bf71ab1a1afffac3cb9a1049e1 (diff) | |
fix typo in find_ifortenv.lua
| -rw-r--r-- | xmake/modules/detect/sdks/find_ifortenv.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/detect/sdks/find_ifortenv.lua b/xmake/modules/detect/sdks/find_ifortenv.lua index 917ff7057..b0adceb06 100644 --- a/xmake/modules/detect/sdks/find_ifortenv.lua +++ b/xmake/modules/detect/sdks/find_ifortenv.lua @@ -113,7 +113,7 @@ function _find_intel_on_windows(opt) paths = { "$(env IFORT_COMPILER21)", "$(env IFORT_COMPILER22)", - "${env IFORT_COMPILER23)" + "$(env IFORT_COMPILER23)" } ifortvars_bat = find_file("../../../setvars.bat", paths) end |
