mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 08:15:25 -05:00
10 lines
264 B
Bash
Executable File
10 lines
264 B
Bash
Executable File
#!/bin/bash
|
|
export CROSSBUILD=x86_64-w64-mingw32
|
|
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
|
|
|