Fix automake include path for Windows.
This commit is contained in:
parent
1d93b73e3a
commit
f0889fd981
2 changed files with 3 additions and 4 deletions
|
|
@ -104,7 +104,7 @@ pcem_CXXFLAGS += -DPCEM_RENDER_WITH_TIMER -DPCEM_RENDER_TIMER_LOOP
|
|||
endif
|
||||
|
||||
if OS_WINDOWS
|
||||
#DEFAULT_INCLUDES = -iquote .
|
||||
DEFAULT_INCLUDES = -iquote .
|
||||
pcem_SOURCES += cdrom-ioctl.c wx-sdl2-display-win.c
|
||||
pcem_LDADD += wx.res
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue