Skip to content

Commit

Permalink
Update Build.wl
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryI authored Feb 19, 2025
1 parent b7b1aa7 commit a307866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Scripts/Build.wl
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ If[Length[CCompilers[]] === 0,
"CompilerInstallation"->"/usr/bin",
"CompilerName"->"gcc",
"ShellOutputFunction"->Print}
,
$CCompiler = Last[CCompilers[]];
];

$CCompiler = Last[CCompilers[]];




Expand Down

0 comments on commit a307866

Please sign in to comment.