Ignore gui-thread-check on windows
This commit is contained in:
parent
54eb84c40c
commit
c851bdc837
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
SUBDIRS = . glue gui-thread-check
|
||||
SUBDIRS = . glue
|
||||
|
||||
if !PLATFORM_WIN32
|
||||
SUBDIRS .= gui-thread-check
|
||||
endif
|
||||
|
||||
pkg = gtk
|
||||
pkgconfigdir=$(libdir)/pkgconfig
|
||||
|
|
Loading…
Add table
Reference in a new issue