From a307866cb8610bb473f072187554a56730297d8e Mon Sep 17 00:00:00 2001 From: Kirill Vasin Date: Wed, 19 Feb 2025 13:30:10 +0100 Subject: [PATCH] Update Build.wl --- Scripts/Build.wl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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[]]; +