mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 03:35:36 +00:00
add drmingw to mingw builds
This commit is contained in:
parent
442e17b274
commit
30df9ba540
@ -1068,6 +1068,10 @@ if [ "${PLATFORM}" = "MINGW64" ] || [ "${PLATFORM}" = "MINGW32" ] || [ "${PLATFO
|
||||
ENTRY_ID=`curl -X POST -d type="start" -d master_log="$MASTER_LOG_ID" -d platform="$jobid" -d name="retroarch-debug" http://buildbot.fiveforty.net/build_entry/`
|
||||
fi
|
||||
|
||||
echo "configuring..."
|
||||
echo "configure command: $CONFIGURE"
|
||||
${CONFIGURE} --enable-drmingw
|
||||
|
||||
${HELPER} ${MAKE} -j${JOBS} ${ARGS} DEBUG=1 GL_DEBUG=1 2>&1 | tee -a $TMPDIR/log/${BOT}/${LOGDATE}/${LOGDATE}_RetroArch_DEBUG_${PLATFORM}.log
|
||||
for i in $(seq 3); do for bin in $(ntldd -R *exe | grep -i mingw | cut -d">" -f2 | cut -d" " -f2); do cp -vu "$bin" . ; done; done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user