diff options
Diffstat (limited to 'repo/system')
-rw-r--r-- | repo/system/js78.xibuild | 2 |
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 () { |