Skip to content

Commit 023a34b

Browse files
authored
Merge pull request #171 from OpenBrickProtocolFoundation/dont_use_fmtlib_so_in_libs_build
Dont use fmtlib so in libs build
2 parents 583a98c + 16aaf8c commit 023a34b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[submodule "wrapper/javascript"]
22
path = wrapper/javascript
33
url = https://github.com/Totto16/oopetris_wrapper_js.git
4+
ignore = dirty
45
[submodule "wrapper/c"]
56
path = wrapper/c
67
url = https://github.com/Totto16/oopetris_wrapper_c.git
8+
ignore = dirty
79
[submodule "wrapper/haskell"]
810
path = wrapper/haskell
911
url = https://github.com/Totto16/oopetris_wrapper_haskell.git
12+
ignore = dirty
1013
[submodule "wrapper/python"]
1114
path = wrapper/python
1215
url = https://github.com/Totto16/oopetris_wrapper_python.git
16+
ignore = dirty

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)