diff --git a/Scripts/Build.wl b/Scripts/Build.wl index 10edf06..212161d 100644 --- a/Scripts/Build.wl +++ b/Scripts/Build.wl @@ -11,9 +11,11 @@ If[Length[CCompilers[]] === 0, "CompilerInstallation"->"/usr/bin", "CompilerName"->"gcc", "ShellOutputFunction"->Print} +, +$CCompiler = Last[CCompilers[]]; ]; -$CCompiler = Last[CCompilers[]]; +