mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-04 22:57:21 +02:00

This allows us to correctly manage inih version by manually updating it, as opposed to relying on `HEAD` which will render each build unable to reproduce across changes. Additionally with submodules we can look to distribute complete tarballs of the repository to facilitate build systems that ban networking for security reasons (i.e. Solus). Signed-off-by: Ikey Doherty <ikey@solus-project.com>
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
[submodule "subprojects/inih"]
|
|
path = subprojects/inih
|
|
url = https://github.com/FeralInteractive/inih.git
|