Przeglądaj źródła

os2-buildbot.sh: Fix output directory.

Ryan C. Gordon 5 lat temu
rodzic
commit
9db4e6ed35
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build-scripts/os2-buildbot.sh

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

@@ -19,7 +19,7 @@ ZIPFILE="$1"
 if [ -z $1 ]; then
     ZIPFILE=sdl-os2.zip
 fi
-ZIPDIR=SDL2-os2
+ZIPDIR=buildbot
 
 set -e
 set -x