mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
8 lines
243 B
Bash
Executable File
8 lines
243 B
Bash
Executable File
#!/bin/bash
|
|
export CROSSBUILD=i686-w64-mingw32
|
|
export CROSSLIBPATH=/opt/i686-w64-mingw32/mingw/lib
|
|
export CROSSBINPATH=/opt/i686-w64-mingw32/mingw/bin
|
|
export PATH=/opt/i686-w64-mingw32/bin:$PATH
|
|
export PKG_CONFIG_PATH=$CROSSLIBPATH/pkgconfig
|
|
|