Skip to content

Commit 7266fa1

Browse files
committed
Changes
1 parent 8f872d5 commit 7266fa1

File tree

5 files changed

+455
-448
lines changed

5 files changed

+455
-448
lines changed

src/arch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ proc setEnvArch*(stage = native) =
1212
putEnv($ARCH, $x86_64)
1313
putEnv(
1414
$BLD,
15-
execCmdEx($radClustersCerataLib / $slibtool / $files / $configGuess).output.strip(),
15+
execCmdEx($radClustersPackagesLib / $slibtool / $files / $configGuess).output.strip(),
1616
)
1717
putEnv($CARCH, $x86_64_v3)
1818
putEnv($PRETTY_NAME, &"""{glaucus} {s6} {x86_64_v3} {now().format("YYYYMMdd")}""")

0 commit comments

Comments
 (0)