Skip to content

Dont use fmtlib so in libs build #171

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
[submodule "wrapper/javascript"]
path = wrapper/javascript
url = https://github.com/Totto16/oopetris_wrapper_js.git
ignore = dirty
[submodule "wrapper/c"]
path = wrapper/c
url = https://github.com/Totto16/oopetris_wrapper_c.git
ignore = dirty
[submodule "wrapper/haskell"]
path = wrapper/haskell
url = https://github.com/Totto16/oopetris_wrapper_haskell.git
ignore = dirty
[submodule "wrapper/python"]
path = wrapper/python
url = https://github.com/Totto16/oopetris_wrapper_python.git
ignore = dirty
2 changes: 2 additions & 0 deletions tools/dependencies/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ if (
and (host_machine.system() == 'switch' or host_machine.system() == '3ds')
)
fmt_use_header_only = true
elif not build_application
fmt_use_header_only = true
endif

if fmt_use_header_only
Expand Down