mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
consolidate paths
This commit is contained in:
parent
8421d92bcb
commit
41b418fd8c
|
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
export CROSSBUILD=i686-w64-mingw32
|
||||
export CROSSLIBPATH=/opt/mingw32/mingw/lib
|
||||
export CROSSBINPATH=/opt/mingw32/mingw/bin
|
||||
export CROSSPATH=/opt/mingw32/mingw
|
||||
export CROSSLIBPATH=$CROSSPATH/lib
|
||||
export CROSSBINPATH=$CROSSPATH/bin
|
||||
export PATH=/opt/mingw32/bin:$PATH
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user