mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
reduce parameter length a bit more
This commit is contained in:
parent
e08d881e53
commit
b6003506d9
@ -176,8 +176,8 @@ build_libretro_generic_makefile() {
|
||||
if [ -z "${NOCLEAN}" ];
|
||||
then
|
||||
echo "cleaning up..."
|
||||
echo "cleanup command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} ${COMPILER} -j${JOBS} ${ARGS} clean"
|
||||
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} ${COMPILER} -j${JOBS} ${ARGS} clean
|
||||
echo "cleanup command: ${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} clean"
|
||||
${MAKE} -f ${MAKEFILE} platform=${PLATFORM} -j${JOBS} ${ARGS} clean
|
||||
if [ $? -eq 0 ];
|
||||
then
|
||||
echo success!
|
||||
|
@ -1,3 +1,3 @@
|
||||
PATH /c/Toolchains/mingw32/bin:/c/Toolchains/python32
|
||||
PATH /c/Toolchains/mingw32_posix/bin:/c/Toolchains/python32
|
||||
platform MINGW32
|
||||
MAKE mingw32-make.exe
|
||||
|
Loading…
Reference in New Issue
Block a user