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:
parent
92ad74a49f
commit
11786b198e
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user