Add devkitPro variables
This commit is contained in:
parent
421c829c41
commit
b6c634c77c
1 changed files with 5 additions and 0 deletions
|
@ -22,3 +22,8 @@ esac
|
||||||
|
|
||||||
# GnuPG
|
# GnuPG
|
||||||
export GPG_TTY=$(tty)
|
export GPG_TTY=$(tty)
|
||||||
|
|
||||||
|
# devkitPro
|
||||||
|
export "DEVKITPRO=/opt/devkitpro"
|
||||||
|
export "DEVKITARM=/opt/devkitpro/devkitARM"
|
||||||
|
export "DEVKITPPC=/opt/devkitpro/devkitPPC"
|
||||||
|
|
Loading…
Reference in a new issue