mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-02-02 14:41:04 +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
|
pkg = gtk
|
||||||
pkgconfigdir=$(libdir)/pkgconfig
|
pkgconfigdir=$(libdir)/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue