mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-24 23:11:00 -05:00
4 lines
92 B
Bash
Executable File
4 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
export CROSSBUILD=i686-w64-mingw32
|
|
export PATH=/optt/i686-w64-mingw32/bin:$PATH
|