1
1
Fork 0

zshrc: Use m68k-amigaos-g++ for ObjFW

This commit is contained in:
Jonathan Schleifer 2023-08-06 11:59:47 +00:00
parent f31ca7a573
commit 4442455fc2

1
zshrc
View file

@ -436,6 +436,7 @@ cross() {
export PATH="$amiga_gcc_path/bin:$PATH"
export cross_host="m68k-amigaos"
export objfw_configure_flags="OBJC=m68k-amigaos-g++"
;;
ppc)
if [ -z "$adtools_path" ]; then