Skip to content
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