Small update the build scripts for Solaris and NetBSD.
This commit is contained in:
parent
273657f8d7
commit
3855a65eed
@ -3,7 +3,7 @@ set -e
|
||||
cd -- "$(dirname -- "${0}")/../../.."
|
||||
|
||||
if [ -z "${cc_path}" ]; then
|
||||
cc_path="/usr/pkg/gcc13/bin/gcc"
|
||||
cc_path="/usr/pkg/gcc14/bin/gcc"
|
||||
fi
|
||||
|
||||
mk_slunk() {
|
||||
|
@ -3,7 +3,7 @@ set -e
|
||||
cd -- "$(dirname -- "${BASH_SOURCE[0]}")/../../.."
|
||||
|
||||
if [ -z "${cc_path}" ]; then
|
||||
cc_path="/usr/gcc/13/bin/gcc"
|
||||
cc_path="/usr/gcc/14/bin/gcc"
|
||||
fi
|
||||
|
||||
mk_slunk() {
|
||||
|
Loading…
Reference in New Issue
Block a user