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 1484da0 commit dd6e5ff
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Scripts/Build.wl
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ Get["CCompilerDriver`"];
Get["LibraryLink`"];

Echo[$CCompiler];
Echo[CCompilers[]];

Echo[CCompilers[Full]];

Needs["CCompilerDriver`GenericCCompiler`"]
$CCompiler={"Compiler"->GenericCCompiler,
"CompilerInstallation"->"/usr/bin",
"CompilerName"->"gcc"};

CCompilers[Full] = {{"Compiler"->GenericCCompiler,
"CompilerInstallation"->"/usr/bin",
"CompilerName"->"gcc"}} ;


getLibraryLinkVersion[] :=
Expand Down

0 comments on commit dd6e5ff

Please sign in to comment.