Overview
Comment: | cross wii-u: 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: |
cbe0993402f933a7935d657e23d395a0 |
User & Date: | js 2022-07-14 20:44:29 |
Context
2022-07-17
| ||
12:05 | Remove cycle_asus_fan.sh check-in: f22ec38b1f user: js tags: trunk | |
2022-07-14
| ||
20:44 | cross wii-u: Include $DEVKITPRO/tools/bin in PATH check-in: cbe0993402 user: js tags: trunk | |
2022-04-24
| ||
11:20 | zshrc: Use -isysroot for `cross ios` check-in: c51ad6649c user: js tags: trunk | |
Changes
Changes to zshrc.
︙ | ︙ | |||
561 562 563 564 565 566 567 | return 1 fi if [ -z "$DEVKITPPC" ]; then echo "Please set DEVKITPPC!" return 1 fi | | | 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 | return 1 fi if [ -z "$DEVKITPPC" ]; then echo "Please set DEVKITPPC!" return 1 fi export PATH="$DEVKITPPC/bin:$DEVKITPRO/tools/bin:$PATH" export cross_host="powerpc-eabi" export objfw_configure_flags="--with-$1" ;; *) echo "Unknown target: $1" 1>&2 return 1 ;; |
︙ | ︙ |