mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 07:22:27 -05:00
4 lines
91 B
Bash
Executable File
4 lines
91 B
Bash
Executable File
#!/bin/bash
|
|
export CROSSBUILD=i686-w64-mingw32
|
|
export PATH=/opt/i686-w64-mingw32/bin:$PATH
|