Explorar o código

os2-buildbot.sh: Use the 64-bit Watcom binaries.

GitHub Actions is a 64-bit Ubuntu instance. It was only using the 32-bit
binaries because our buildbot put this on the 32-bit Linux host to spread
the CPU load around more evenly.
Ryan C. Gordon %!s(int64=4) %!d(string=hai) anos
pai
achega
ae9e2149a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-scripts/os2-buildbot.sh

+ 1 - 1
build-scripts/os2-buildbot.sh

@@ -12,7 +12,7 @@ if [ -z "$WATCOM" ]; then
     echo "This is often something like '/usr/local/share/watcom'" 1>&2
     exit 1
 fi
-export PATH="$WATCOM/binl:$PATH"
+export PATH="$WATCOM/binl64:$PATH"
 
 ZIPFILE="$1"
 if [ -z $1 ]; then