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:
parent
245fc0b43f
commit
e17f08957c
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ COMMON = ../common
|
|||
|
||||
# Type of spawn function to use
|
||||
SPAWN = SPAWN_UNIX
|
||||
ifneq ($(Kickstart),)
|
||||
SPAWN = SPAWN_AMIGA
|
||||
endif
|
||||
|
||||
|
||||
CC=gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue