mirror of https://github.com/xemu-project/xemu.git
softmmu: Correct SDL flags for new main.c
This commit is contained in:
parent
32812683e4
commit
d22e01cb4a
softmmu
|
@ -1,3 +1,4 @@
|
|||
softmmu-main-y = softmmu/main.o
|
||||
obj-y += vl.o
|
||||
vl.o-cflags := $(GPROF_CFLAGS) $(SDL_CFLAGS)
|
||||
vl.o-cflags := $(GPROF_CFLAGS)
|
||||
softmmu/main.o-cflags := $(SDL_CFLAGS)
|
||||
|
|
Loading…
Reference in New Issue