bsnes buildbot build fixes

This commit is contained in:
Radius 2014-12-31 16:09:22 -05:00
parent 603475b92f
commit 4f15f8960c
4 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
####usage:
@ -68,7 +69,12 @@ if [ -z "$RARCH_DIST_DIR" ]; then
RARCH_DIST_DIR="$RARCH_DIR/$DIST_DIR"
fi
mkdir -p "$RARCH_DIST_DIR"
if [ "${PURGE}" == "YES" ]; then
echo PURGE=$PURGE, cleaning up old cores
rm -rv "$RARCH_DIST_DIR"
fi
mkdir -v -p "$RARCH_DIST_DIR"
if [ "${PLATFORM}" == "android" ];
then

View File

@ -4,3 +4,5 @@ ARCH x86
MAKE mingw32-make.exe
CC gcc
CXX g++
CXX11 g++

View File

@ -4,3 +4,4 @@ ARCH x86_64
MAKE mingw32-make.exe
CC gcc
CXX g++
CXX11 g++

View File

@ -4,3 +4,4 @@ ARCH x86_64
MAKE mingw32-make.exe
CC gcc
CXX g++