mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
libretro-buildbot-recipe.sh: Fix citra builds for windows (Again)
During one of my clean up efforts I neglected to make sure the quotes around '-G "MYSYS Makefiles"' were not evaluated. Escaping the variable containing this option works, but should be noted it only works with bash. Since this script is inherently a bash script that should be no problem. Fixes https://github.com/libretro/libretro-super/issues/675
This commit is contained in:
parent
bed6cf725e
commit
81398a8b37
@ -367,7 +367,7 @@ build_libretro_generic_makefile() {
|
||||
-DCMAKE_ANDROID_NDK=${NDK_ROOT}"
|
||||
fi
|
||||
|
||||
eval "set -- ${EXTRAARGS} ${CORE_ARGS}"
|
||||
eval "set -- ${EXTRAARGS} \${CORE_ARGS}"
|
||||
echo "BUILD CMD: ${CMAKE} $@" 2>&1 | tee -a "$LOGFILE"
|
||||
echo "$@" .. | xargs ${CMAKE} 2>&1 | tee -a "$LOGFILE"
|
||||
echo "BUILD CMD: ${HELPER} ${MAKE} -f ${MAKEFILE} -j${JOBS}" 2>&1 | tee -a "$LOGFILE"
|
||||
|
Loading…
x
Reference in New Issue
Block a user