mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-05 00:35:19 -05:00
remove problematic zlib before building
This commit is contained in:
parent
26838a5f63
commit
ce6be8546f
|
|
@ -45,6 +45,11 @@ then
|
|||
fi
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# included zlib has issues with multilib toolchain
|
||||
#---------------------------------------------------------------------------------
|
||||
rm -fr $GCC_SRCDIR/zlib
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
# build and install just the c compiler
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user