mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 19:15:27 +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
|
if !PLATFORM_WIN32
|
||||||
SUBDIRS .= gui-thread-check
|
SUBDIRS = . glue gui-thread-check
|
||||||
|
else
|
||||||
|
SUBDIRS = . glue
|
||||||
endif
|
endif
|
||||||
|
|
||||||
pkg = gtk
|
pkg = gtk
|
||||||
|
|
Loading…
Reference in a new issue