mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-11 03:55:28 -05:00
use pkg-config wrapper
This commit is contained in:
@@ -3,5 +3,3 @@ export CROSSBUILD=i686-w64-mingw32
|
|||||||
export CROSSLIBPATH=/opt/mingw32/mingw/lib
|
export CROSSLIBPATH=/opt/mingw32/mingw/lib
|
||||||
export CROSSBINPATH=/opt/mingw32/mingw/bin
|
export CROSSBINPATH=/opt/mingw32/mingw/bin
|
||||||
export PATH=/opt/mingw32/bin:$PATH
|
export PATH=/opt/mingw32/bin:$PATH
|
||||||
export PKG_CONFIG_PATH=
|
|
||||||
export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig
|
|
||||||
|
|||||||
@@ -4,6 +4,4 @@ export CROSSPATH=/opt/mingw64/mingw
|
|||||||
export CROSSLIBPATH=$CROSSPATH/lib
|
export CROSSLIBPATH=$CROSSPATH/lib
|
||||||
export CROSSBINPATH=$CROSSPATH/bin
|
export CROSSBINPATH=$CROSSPATH/bin
|
||||||
export PATH=/opt/mingw64/bin:$PATH
|
export PATH=/opt/mingw64/bin:$PATH
|
||||||
export PKG_CONFIG_PATH=
|
|
||||||
export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user