From 28f64972b48740698320f663c5c0d78785ad971d Mon Sep 17 00:00:00 2001 From: Kirill Vasin Date: Wed, 19 Feb 2025 14:30:24 +0100 Subject: [PATCH] Update Build.wl --- Scripts/Build.wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Build.wl b/Scripts/Build.wl index c4c80b0..88b23b6 100644 --- a/Scripts/Build.wl +++ b/Scripts/Build.wl @@ -62,7 +62,7 @@ Block[{$directory, $libSrc, $libDir, $linkerOptions}, "Debug" -> True, "ShellOutputFunction"->Print, "Compiler"->GenericCCompiler, - "CompilerInstallation"->"/usr/bin", + "CompilerInstallation"->"/bin", "CompilerName"->"gcc", opts ]