mirror of
https://github.com/libretro/libretro-super
synced 2025-02-20 18:40:59 +00:00
try to fix a MINGW build error.
This commit is contained in:
parent
d3485d2085
commit
8da7c09129
@ -161,7 +161,7 @@ if [ "${CORE_JOB}" == "YES" ]; then
|
||||
fi
|
||||
|
||||
if [ "${CC}" ] && [ "${CXX}" ]; then
|
||||
COMPILER="CC="\""${CC}"\"" CXX="\""${CXX}"\"""
|
||||
COMPILER="CC='${CC}' CXX='${CXX}'"
|
||||
else
|
||||
COMPILER=""
|
||||
fi
|
||||
@ -596,7 +596,6 @@ build_libretro_bsnes() {
|
||||
|
||||
echo -------------------------------------------------- 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}.log
|
||||
if [ "${PROFILE}" = "cpp98" ]; then
|
||||
echo "BUILD CMD: ${HELPER} ${MAKE} platform="${PLATFORM}" "${COMPILER}" "-j${JOBS}" 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}.log
|
||||
${HELPER} ${MAKE} platform="${PLATFORM}" "${COMPILER}" "-j${JOBS}" 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}.log
|
||||
elif [ "${PROFILE}" = "bnes" ]; then
|
||||
echo "BUILD CMD: ${HELPER} ${MAKE} -f Makefile ${COMPILER} "-j${JOBS}" compiler=${BSNESCOMPILER}" platform=${FORMAT_COMPILER_TARGET} 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_${NAME}_${PROFILE}_${PLATFORM}.log
|
||||
|
Loading…
x
Reference in New Issue
Block a user