mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Add vendored cross-compiler as submodule "vendor/cross"
This commit is contained in:
parent
a1635a4e63
commit
70fbfdc6f1
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +1,6 @@
|
||||||
|
[submodule "vendor/cross"]
|
||||||
|
path = vendor/cross
|
||||||
|
url = https://github.com/tailix/cross.git
|
||||||
[submodule "vendor/limine"]
|
[submodule "vendor/limine"]
|
||||||
path = vendor/limine
|
path = vendor/limine
|
||||||
url = https://github.com/limine-bootloader/limine.git
|
url = https://github.com/limine-bootloader/limine.git
|
||||||
|
|
1
vendor/cross
vendored
Submodule
1
vendor/cross
vendored
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit b7315b7fd407e65eeb6f59a3c481964773bb9b3e
|
Loading…
Add table
Reference in a new issue