summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-01-22 23:09:10 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-01-23 00:22:39 +0100
commitf59ba1ae65876df786458f785558f96d8b400c9a (patch)
tree70f0ac9f24cdf514beff1dd62a2bcd3753091784 /.gitignore
parent89d66dd0aa48aaef0a70aba8a17234bc188ef609 (diff)
downloadpygobject-f59ba1ae65876df786458f785558f96d8b400c9a.tar.gz
setup.py: Make the test command work under MSYS2
gobject-introspection requires an import lib (.dll.a) on Windows, so build that as well. Disable the dbus tests until we have a temp bus like with autotools. Unset MSYSTEM to disable the os.sep hackery. This hit a bug in GI for the mingw+no-libtool case, see https://bugzilla.gnome.org/show_bug.cgi?id=791902 The fix has been applied to MSYS2 in the meantime, see https://github.com/Alexpux/MINGW-packages/pull/3308
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8dfaeaf6..2c676a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,3 +79,5 @@ Makefile.in
/MANIFEST
/docs/_build
/PyGObject.egg-info/
+*.pyd
+*.dll.a