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:49:48 +0800
commitac0af8a923878c901f533b70c50635cddc1dc109 (patch)
treea470b71f69fc6058f424e1fcac2fdad8766dd9fc
parent56fefcb9e21c836ca45fd299f5a33b5fb9f025a6 (diff)
downloadgobject-introspection-ac0af8a923878c901f533b70c50635cddc1dc109.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 = \