We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19a5d5 commit 0027dcfCopy full SHA for 0027dcf
1 file changed
meson.build
@@ -141,12 +141,12 @@ config_h = configure_file(
141
)
142
config_h_dir = include_directories('.')
143
144
-# Library is always required
145
-subdir('lib')
146
-
147
# common lib is always required
148
subdir('common')
149
+# Library is always required
+subdir('lib')
+
150
# Utilities are always required except when having both 64 and 32 bit versions
151
# of libgamemode installed
152
if with_util == true
0 commit comments