Skip to content

Commit

Permalink
kio bad maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 7, 2023
1 parent a6d051c commit 11bf7ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.ts
Expand Up @@ -227,10 +227,12 @@ async function buildPackage(pkg: Package) {
"MAKEFLAGS": "-j40",
"CC": "ccache distcc",
"CXX": "ccache distcc g++",
} : {
} : (pkg.name === "kio") ? {
"ARCH": ARCH,
"CC": "ccache gcc",
"CXX": "ccache g++",
} : {
"ARCH": ARCH,
});

// clear old packages from ~/packages/prolinux-nightly/${ARCH}
Expand Down

0 comments on commit 11bf7ca

Please sign in to comment.