mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 20:37:16 +00:00
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
@ -7,6 +7,9 @@ COMMON = ../common
|
||||
|
||||
# Type of spawn function to use
|
||||
SPAWN = SPAWN_UNIX
|
||||
ifneq ($(Kickstart),)
|
||||
SPAWN = SPAWN_AMIGA
|
||||
endif
|
||||
|
||||
|
||||
CC=gcc
|
||||
|
Loading…
x
Reference in New Issue
Block a user