mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-24 14:59:35 -05:00
split common part of path
This commit is contained in:
parent
bd1c16fe50
commit
5047819058
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
export CROSSBUILD=x86_64-w64-mingw32
|
||||
export CROSSLIBPATH=/opt/mingw64/mingw/lib
|
||||
export CROSSBINPATH=/opt/mingw64/mingw/bin
|
||||
export CROSSPATH=/opt/mingw64/mingw
|
||||
export CROSSLIBPATH=$CROSSPATH/lib
|
||||
export CROSSBINPATH=$CROSSPATH/bin
|
||||
export PATH=/opt/mingw64/bin:$PATH
|
||||
export PKG_CONFIG_PATH=
|
||||
export PKG_CONFIG_LIBDIR=$CROSSLIBPATH/pkgconfig
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user