mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 12:40:07 +00:00
Update Makefile
This commit is contained in:
parent
fbb7dbd36b
commit
99421b42d5
@ -57,7 +57,7 @@ endif
|
||||
|
||||
CC := $(compiler) -Wall
|
||||
CXX := $(subst CC,++,$(compiler)) -std=gnu++0x -Wall
|
||||
flags := $(CPPFLAGS) $(CFLAGS) -fPIC $(extra_flags) -I../../libretro-common/include -I../
|
||||
flags := $(CPPFLAGS) $(CFLAGS) -fPIC $(extra_flags) -I../../include
|
||||
asflags := $(ASFLAGS) -fPIC $(extra_flags)
|
||||
objects :=
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user