mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-12 06:49:02 +02:00
Moved druntime and Phobos submodules to runtime.
This makes much more sense since the subdirecotry also contains the build system for them, and reduces clutter.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -1,6 +1,6 @@
|
||||
[submodule "druntime"]
|
||||
path = druntime
|
||||
path = runtime/druntime
|
||||
url = git://github.com/ldc-developers/druntime.git
|
||||
[submodule "phobos"]
|
||||
path = phobos
|
||||
path = runtime/phobos
|
||||
url = git://github.com/ldc-developers/phobos.git
|
||||
|
||||
Reference in New Issue
Block a user