summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/modules/detect/sdks/find_ifortenv.lua2
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