configs  Check-in [ab12fcaaf3]

Overview
Comment:zshrc: Fix ObjFW flags for Nintendo Switch
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ab12fcaaf34d1267a53bf6e5ac90c8fa0385e5ddfbd7d861c9dc865c6dd06fac
User & Date: js on 2023-04-10 18:30:33
Other Links: manifest | tags
Context
2023-04-16
06:33
setup.sh: Fix typo check-in: bd831c9024 user: js tags: trunk
2023-04-10
18:30
zshrc: Fix ObjFW flags for Nintendo Switch check-in: ab12fcaaf3 user: js tags: trunk
2023-04-01
11:18
setup.sh: Remove remnants of fish check-in: 6ee022af75 user: js tags: trunk
Changes

Modified zshrc from [0086bddafd] to [a58c784780].

587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
		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-$1"
		;;
	wii | wii-u)
		if [ -z "$DEVKITPRO" ]; then
			echo "Please set DEVKITPRO!"
			return 1
		fi
		if [ -z "$DEVKITPPC" ]; then







|







587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
		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
		fi
		if [ -z "$DEVKITPPC" ]; then