milsko/pl/ostype/ClassicMacOSPPC.pl
IoIxD 5315f4ec4d
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
classic mac os
2026-04-15 20:21:20 -07:00

7 lines
199 B
Perl

use_backend("classicmacos");
$cc = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-gcc";
$ar = $ENV{RETRO68_TOOLCHAIN_PATH}."/bin/powerpc-apple-macos-ar";
add_cflags("-DCLASSIC_MAC_OS");
1;