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 06ed30c commit 72a7ded
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Scripts/Build.wl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Get["CCompilerDriver`"];
Get["LibraryLink`"];

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

$CCompiler = Last[CCompilers[]];

getLibraryLinkVersion[] :=
Which[
$VersionNumber >= 14.1,
Expand Down

0 comments on commit 72a7ded

Please sign in to comment.