mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Fix build script paths to work with new merged repository structure
Co-Authored-By: Geod24 <pro.mathias.lang@gmail.com> Co-Authored-By: Martin Kinkelin <noone@nowhere.com> Co-Authored-By: Vladimir Panteleev <git@cy.md>
This commit is contained in:
parent
69ab16a7e8
commit
09d04945bd
56 changed files with 499 additions and 209 deletions
|
@ -22,7 +22,7 @@ string[] defaultImportPaths()
|
|||
|
||||
enum dlangDir = __FILE_FULL_PATH__.dirName.buildNormalizedPath("..", "..", "..");
|
||||
enum druntimeDir = dlangDir.buildPath("druntime", "import");
|
||||
enum phobosDir = dlangDir.buildPath("phobos");
|
||||
enum phobosDir = dlangDir.buildPath("..", "phobos");
|
||||
|
||||
return [
|
||||
environment.get("DRUNTIME_PATH", druntimeDir),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue