Temporary fix for macOS install.

Should probably figure out what's exactly setting $DEVKITPRO since it's set by something else upon opening the Terminal.
This commit is contained in:
luckytyphlosion 2021-01-31 16:22:54 -05:00 committed by GitHub
parent 98f8c96c9e
commit 11eb805856
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -253,7 +253,7 @@ If this works, then proceed to [Installation](#installation). Otherwise, ask for
4. After the tools are installed, devkitPro must now be made accessible from anywhere by the system. To do so, run the following commands: 4. After the tools are installed, devkitPro must now be made accessible from anywhere by the system. To do so, run the following commands:
```bash ```bash
export DEVKITPRO=$HOME/devkitpro export DEVKITPRO=/opt/devkitpro
echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc echo "export DEVKITPRO=$DEVKITPRO" >> ~/.bashrc
export DEVKITARM=$DEVKITPRO/devkitARM export DEVKITARM=$DEVKITPRO/devkitARM
echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc echo "export DEVKITARM=$DEVKITARM" >> ~/.bashrc