소스 검색

included more devkitpro tool locations

Josh Bicking 7 년 전
부모
커밋
c628f2ab2b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      zshrc.local.arch

+ 2 - 1
zshrc.local.arch

@@ -3,7 +3,8 @@ export SWT_GTK3=0
 
 # devkitPro/devkitPPC sources
 export DEVKITPRO=/home/josh/devkitPro/ 
-export DEVKITPPC=/home/josh/devkitPro/devkitPPC
+export DEVKITPPC=${DEVKITPRO}/devkitPPC
+export DEVKITARM=${DEVKITPRO}/devkitARM
 
 # local folder in PATH for UE4
 export PATH=$HOME/bin:$PATH