mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 10:45:30 +00:00
Fix conditional in Makefile.am
This commit is contained in:
parent
4c4e2a8754
commit
d445b4943e
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS = . glue
|
||||
|
||||
if !PLATFORM_WIN32
|
||||
SUBDIRS .= gui-thread-check
|
||||
SUBDIRS = . glue gui-thread-check
|
||||
else
|
||||
SUBDIRS = . glue
|
||||
endif
|
||||
|
||||
pkg = gtk
|
||||
|
|
Loading…
Reference in a new issue