summaryrefslogtreecommitdiff
path: root/repo/system
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-02-02 23:06:47 +0000
committerdavidovski <david@davidovski.xyz>2022-02-02 23:06:47 +0000
commit5f6bd1078b20823e7382ade77e34d65e9c365772 (patch)
tree1097f55cf8af25525927fa9107edf8bd7e988ad7 /repo/system
parentcef8b1f4e5926f94c999dbf370702c4952353175 (diff)
made rust compile correctly for js78 to work
Diffstat (limited to 'repo/system')
-rw-r--r--repo/system/js78.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/system/js78.xibuild b/repo/system/js78.xibuild
index 5fe32a6..ecc21ad 100644
--- a/repo/system/js78.xibuild
+++ b/repo/system/js78.xibuild
@@ -16,7 +16,7 @@ prepare () {
patch -Np1 -i js-$PKG_VER-python_3_10-1.patch
mountpoint -q /dev/shm || mount -t tmpfs devshm /dev/shm
-
+ export PATH=/opt/rustc/bin:$PATH
}
build () {