mirror of
https://github.com/cc65/cc65.git
synced 2025-04-09 10:39:40 +00:00
If an Amiga specific spawnvp() is the only alternative it seems save to classify the UNIX specific spawnvp() as default.
This commit is contained in:
parent
b45b6789a4
commit
58a7fec4ba
@ -136,12 +136,10 @@ static char* TargetLib = 0;
|
||||
|
||||
|
||||
#if defined(NEED_SPAWN)
|
||||
# if defined(SPAWN_UNIX)
|
||||
# include "spawn-unix.inc"
|
||||
# elif defined(SPAWN_AMIGA)
|
||||
# if defined(SPAWN_AMIGA)
|
||||
# include "spawn-amiga.inc"
|
||||
# else
|
||||
# error "Don't know which spawn module to include!"
|
||||
# include "spawn-unix.inc"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user