mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
add script to set variables for canadian cross
This commit is contained in:
parent
324d421723
commit
bda474c1de
3
cross-build-i686-w64-mingw32.sh
Executable file
3
cross-build-i686-w64-mingw32.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
export CROSSBUILD=i686-w64-mingw32
|
||||
export PATH=/optt/i686-w64-mingw32/bin:$PATH
|
||||
Loading…
Reference in New Issue
Block a user