diff --git a/component/NonInvasiveSwitching/install.sh b/component/NonInvasiveSwitching/install.sh index f56792e223b9446ae5ba2eb08db64e5895fa30b2..b49e8d579c493250b2b6c19c4752ad18bf7239e6 100644 --- a/component/NonInvasiveSwitching/install.sh +++ b/component/NonInvasiveSwitching/install.sh @@ -24,8 +24,8 @@ chmod +x "${HOME}"/.local/wrap-bin/g++ cat > "${HOME}"/.local/wrap-bin/devkit_pipeline.sh <<'EOF' -export PATH="${HOME}"/.local/wrap-bin:/usr/local/bin:$PATH -export LD_LIBRARY_PATH="${HOME}"/.local/lib:$LD_LIBRARY_PATH +export PATH="${HOME}"/.local/BiShengCompiler-3.2.0-aarch64-linux/bin:/usr/local/bin:$PATH +export LD_LIBRARY_PATH="${HOME}"/.local/BiShengCompiler-3.2.0-aarch64-linux/lib:$LD_LIBRARY_PATH EOF chmod 755 "${HOME}"/.local/wrap-bin/devkit_pipeline.sh }