Get rid of windres wrapper and temporarily disable pipeline for this branch

This commit is contained in:
2023-12-14 16:15:35 +01:00
parent 460d5820da
commit 79cca854bc
3 changed files with 1 additions and 559 deletions

View File

@@ -519,7 +519,7 @@ xtchain_build()
for EXEC in dlltool ld objdump; do
ln -sf ../${GENERIC}/bin/${EXEC}-wrapper ${BINDIR}/bin/${ARCH}-w64-mingw32-${EXEC}
done
for EXEC in bin2c exetool windres xtcspecc; do
for EXEC in bin2c exetool xtcspecc; do
if [ ! -e ${BINDIR}/bin/${EXEC} ]; then
gcc ${WRKDIR}/tools/${EXEC}.c -o ${BINDIR}/bin/${EXEC}
fi