mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
8 lines
245 B
Bash
Executable File
8 lines
245 B
Bash
Executable File
#!/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
|
|
|