summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2016-06-22 10:49:48 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2016-06-22 10:53:11 +0800
commit26548afff3facaa8d83a26cb33bc5f769871dcfc (patch)
tree4db7c0efbb6ce4cc582c943fa5813def0bab43f7
parent5e5e20f30dfce8f1372970f3d8166ee5beaf50ab (diff)
downloadgobject-introspection-26548afff3facaa8d83a26cb33bc5f769871dcfc.tar.gz
tests: MSVC builds: Look for cairo headers in $(prefix)/include/cairo
Cairo headers could be in $(prefix)/include/cairo, so also look for them from there for the regress test, which does depend on Cairo.
-rw-r--r--build/win32/gi-tests-msvc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/gi-tests-msvc.mak b/build/win32/gi-tests-msvc.mak
index ba25a008..5b26c000 100644
--- a/build/win32/gi-tests-msvc.mak
+++ b/build/win32/gi-tests-msvc.mak
@@ -20,7 +20,7 @@ LDFLAGS = /link $(LDFLAGS_ARCH) $(BASE_GLIB_LIBS) /DEBUG /opt:noref
LDFLAGS_DLL = /link $(LDFLAGS_ARCH) /DLL /out:$@ /implib:$*-$(GI_APIVERSION).lib $(BASE_GLIB_LIBS) /DEBUG /opt:noref
# Special CFLAGS for Regress test
-REGRESS_CFLAGS = -DREGRESS_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" -DREGRESS_SOME_CHAR='c'
+REGRESS_CFLAGS = /I$(PREFIX)\include\cairo /DREGRESS_PRINT_PREVIEW_COMMAND="evince --unlink-tempfile --preview --print-settings %s %f" /DREGRESS_SOME_CHAR='c'
# The test .gir's for G-I that are built
built_test_girs = \