Skip to content

Commit b170dfe

Browse files
committed
buildfile: correct windows oneapi
1 parent f3810da commit b170dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildfile.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function build_exe(context)
240240

241241
[comp, shell] = get_compiler(lang);
242242

243-
if contains(shell, "Visual Studio")
243+
if contains(shell, "Visual Studio") || contains(comp, "ifx.exe")
244244
outFlag = "/Fo" + tempdir + " /link /out:";
245245
else
246246
outFlag = "-o";

0 commit comments

Comments
 (0)