mirror of
https://github.com/libretro/libretro-super
synced 2025-03-23 04:20:55 +00:00
Merge pull request #1403 from phcoder/em80
Fix TIC-80 compilation on emscripten
This commit is contained in:
commit
49c5e7809d
@ -400,7 +400,7 @@ build_libretro_generic_makefile() {
|
||||
|
||||
eval "set -- ${EXTRAARGS} \${CORE_ARGS} -DCMAKE_VERBOSE_MAKEFILE=ON"
|
||||
echo "BUILD CMD: ${HELPER} ${CMAKE} $*" 2>&1 | tee -a "$LOGFILE"
|
||||
echo "$@" .. | xargs ${CMAKE} 2>&1 | tee -a "$LOGFILE"
|
||||
echo "$@" .. | xargs ${HELPER} ${CMAKE} 2>&1 | tee -a "$LOGFILE"
|
||||
echo "BUILD CMD: ${HELPER} ${CMAKE} --build . --target ${core}_libretro --config Release -- ${JOBS_FLAG}${JOBS}" 2>&1 | tee -a "$LOGFILE"
|
||||
${HELPER} ${CMAKE} --build . --target ${core}_libretro --config Release -- ${JOBS_FLAG}${JOBS} 2>&1 | tee -a "$LOGFILE"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user