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:
cuz 2005-11-20 16:49:29 +00:00
parent 245fc0b43f
commit e17f08957c

View file

@ -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