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 583a98c commit 840a30bCopy full SHA for 840a30b
tools/dependencies/meson.build
@@ -39,6 +39,8 @@ if (
39
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
40
)
41
fmt_use_header_only = true
42
+elif not build_application
43
+ fmt_use_header_only = true
44
endif
45
46
if fmt_use_header_only
0 commit comments