Overview
Comment: | cross switch: Include $DEVKITPRO/tools/bin in PATH |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
ba979a3e1405294ef39a919ab4988de6 |
User & Date: | js on 2022-07-17 19:04:10 |
Other Links: | manifest | tags |
Context
2022-08-15
| ||
23:40 | zshrc: Use sed -e instead of sed | sed check-in: 00abb3e9d6 user: js tags: trunk | |
2022-07-17
| ||
19:04 | cross switch: Include $DEVKITPRO/tools/bin in PATH check-in: ba979a3e14 user: js tags: trunk | |
16:51 | zshrc: Fix "cross switch" check-in: aa61557485 user: js tags: trunk | |
Changes
Modified zshrc from [1aa7086664] to [0e35125457].
︙ | ︙ | |||
547 548 549 550 551 552 553 | return 1 fi if [ -z "$DEVKITA64" ]; then echo "Please set DEVKITA64!" return 1 fi | | | 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 | return 1 fi if [ -z "$DEVKITA64" ]; then echo "Please set DEVKITA64!" return 1 fi export PATH="$DEVKITA64/bin:$DEVKITPRO/tools/bin:$PATH" export cross_host="aarch64-none-elf" export objfw_configure_flags="--with-nintendo-switch" ;; wii | wii-u) if [ -z "$DEVKITPRO" ]; then echo "Please set DEVKITPRO!" return 1 |
︙ | ︙ |