1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00

Amiga support #192

This commit is contained in:
polluks 2015-12-27 01:26:28 +01:00
parent 92ad74a49f
commit 11786b198e

View File

@ -136,7 +136,7 @@ static char* TargetLib = 0;
#if defined(NEED_SPAWN) #if defined(NEED_SPAWN)
# if defined(SPAWN_AMIGA) # if defined(_AMIGA)
# include "spawn-amiga.inc" # include "spawn-amiga.inc"
# else # else
# include "spawn-unix.inc" # include "spawn-unix.inc"