diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-06-20 20:03:30 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-08-12 11:11:47 +0200 |
commit | d1b5d9a4ac607cdcd409edc56f6b44f5c5e13dd5 (patch) | |
tree | c7f8e02fd9b036e7762ca6b3e5519c41e64d7f28 /plugin | |
parent | 5513ec9f2e57e78e4aeb88a3c4385b18b71e5d20 (diff) |
Add missing mingw include path.
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/Makefile.mingw32.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/Makefile.mingw32.in b/plugin/Makefile.mingw32.in index 52fa089..fb00428 100644 --- a/plugin/Makefile.mingw32.in +++ b/plugin/Makefile.mingw32.in @@ -43,6 +43,7 @@ DG_SRC = \ @top_srcdir@/src/thread.cc \ @top_srcdir@/src/versionstr.cc DG_CFLAGS = -I@top_srcdir@ -I@top_srcdir@/include -I@top_srcdir@/src \ + -I@top_srcdir@/pugixml \ -I@top_srcdir@/plugin/plugingizmo -DVST -DSSE -msse -msse2 # -DDISABLE_HUGIN |