Ignore gui-thread-check on windows

This commit is contained in:
Mikkel Kruse Johnsen 2014-11-05 08:49:09 +01:00
parent 54eb84c40c
commit c851bdc837

View File

@ -1,4 +1,8 @@
SUBDIRS = . glue gui-thread-check
SUBDIRS = . glue
if !PLATFORM_WIN32
SUBDIRS .= gui-thread-check
endif
pkg = gtk
pkgconfigdir=$(libdir)/pkgconfig