mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 23:10:58 +00:00
Ignore gui-thread-check on windows
This commit is contained in:
parent
54eb84c40c
commit
c851bdc837
|
@ -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…
Reference in a new issue