Autodetect the Amiga when compiling
git-svn-id: svn://svn.cc65.org/cc65/trunk@3656 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,6 +7,9 @@ COMMON = ../common
|
|||||||
|
|
||||||
# Type of spawn function to use
|
# Type of spawn function to use
|
||||||
SPAWN = SPAWN_UNIX
|
SPAWN = SPAWN_UNIX
|
||||||
|
ifneq ($(Kickstart),)
|
||||||
|
SPAWN = SPAWN_AMIGA
|
||||||
|
endif
|
||||||
|
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
|
|||||||
Reference in New Issue
Block a user