configs  Check-in [cbe0993402]

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: cbe0993402f933a7935d657e23d395a0f56dd2701966c71836b61d579150ee3c
User & Date: js on 2022-07-14 20:44:29
Other Links: manifest | tags
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

Modified zshrc from [6ec8f1545b] to [47e78b7707].

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:$PATH"
			export cross_host="powerpc-eabi"
			export objfw_configure_flags="--with-$1"
			;;
		*)
			echo "Unknown target: $1" 1>&2
			return 1
			;;







|







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
			;;