mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
build, fix cross compiling under osx
This commit is contained in:
parent
575d224780
commit
4b24b6b74c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -350,7 +350,7 @@ endif
|
||||||
|
|
||||||
ifneq ($(findstring gcc,$(CC)),)
|
ifneq ($(findstring gcc,$(CC)),)
|
||||||
ifneq ($(findstring SunOS,$(shell uname -a)),SunOS)
|
ifneq ($(findstring SunOS,$(shell uname -a)),SunOS)
|
||||||
ifeq ($(findstring Darwin,$(shell uname -a)),Darwin)
|
ifneq ($(findstring clang,$(shell $(CC) -v 2>&1)),)
|
||||||
LDFLAGS += -Wl,-map,$(TARGET).map
|
LDFLAGS += -Wl,-map,$(TARGET).map
|
||||||
else
|
else
|
||||||
LDFLAGS += -Wl,-Map=$(TARGET).map
|
LDFLAGS += -Wl,-Map=$(TARGET).map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue