Fix automake include path for Windows.

This commit is contained in:
SarahW 2018-02-11 15:45:41 +00:00
commit f0889fd981
2 changed files with 3 additions and 4 deletions

View file

@ -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