Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit
7 lines
199 B
Perl
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;
|