Skip to content

Commit 840a30b

Browse files
committed
build systsme: don't use libfmt.so in libs only build, use the header only lib, so the symbols are inside the core library
1 parent 583a98c commit 840a30b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/dependencies/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ if (
3939
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
4040
)
4141
fmt_use_header_only = true
42+
elif not build_application
43+
fmt_use_header_only = true
4244
endif
4345

4446
if fmt_use_header_only

0 commit comments

Comments
 (0)