mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-21 03:54:18 -05:00
update x86_64 cross
This commit is contained in:
parent
8731b42b20
commit
b0f2701d30
|
|
@ -1,7 +1,8 @@
|
|||
#!/bin/bash
|
||||
export CROSSBUILD=x86_64-w64-mingw32
|
||||
export CROSSLIBPATH=/opt/x86_64-mingw-w64/mingw/lib
|
||||
export CROSSBINPATH=/opt/x86_64-mingw-w64/mingw/bin
|
||||
export PATH=/opt/x86_64-mingw-w64/bin:$PATH
|
||||
export PKG_CONFIG_PATH=$CROSSLIBPATH/pkgconfig
|
||||
export CROSSLIBPATH=/opt/mingw64/mingw/lib
|
||||
export CROSSBINPATH=/opt/mingw64/mingw/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