mirror of
https://github.com/blackmagic-debug/blackmagic.git
synced 2025-10-14 02:58:36 +08:00

This avoids having 2 copies of libopencm3 in the project, the git submodule, used by make, and the subproject cloned by meson build, instead, both workflows share the same instance
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
[submodule "libopencm3"]
|
|
path = deps/libopencm3
|
|
url = https://github.com/blackmagic-debug/libopencm3
|
|
branch = main
|
|
ignore = dirty
|