Skip to content

Commit

Permalink
Add /usr/local/bin to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Kron4ek committed Sep 7, 2024
1 parent 5aa678a commit 82c6b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_wine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ build_with_bwrap () {
--tmpfs /mnt --tmpfs /media --bind "${BUILD_DIR}" "${BUILD_DIR}" \
--bind-try "${XDG_CACHE_HOME}"/ccache "${XDG_CACHE_HOME}"/ccache \
--bind-try "${HOME}"/.ccache "${HOME}"/.ccache \
--setenv PATH "/opt/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1/bin:/bin:/sbin:/usr/bin:/usr/sbin" \
--setenv PATH "/opt/Red-Rose-MinGW-w64-Posix-Urct-v12.0.0.r0.g819a6ec2e-Gcc-11.4.1/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin" \
"$@"
}

Expand Down

0 comments on commit 82c6b2d

Please sign in to comment.