mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-07 10:06:05 -05:00
keep host libs out of cross build
This commit is contained in:
@@ -3,4 +3,5 @@ export CROSSBUILD=i686-w64-mingw32
|
||||
export CROSSLIBPATH=/opt/mingw32/mingw/lib
|
||||
export CROSSBINPATH=/opt/mingw32/mingw/bin
|
||||
export PATH=/opt/mingw32/bin:$PATH
|
||||
export PKG_CONFIG_PATH=$CROSSLIBPATH/pkgconfig
|
||||
export PKG_CONFIG_PATH=
|
||||
export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user