From 99b5776c50fafa21964747305d069db6f6154350 Mon Sep 17 00:00:00 2001 From: Mathias Lang Date: Sun, 23 Jun 2024 18:00:31 +0200 Subject: [PATCH] Debug --- source/dub/dub.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/dub/dub.d b/source/dub/dub.d index 709e828d7..51b53e347 100644 --- a/source/dub/dub.d +++ b/source/dub/dub.d @@ -1663,6 +1663,9 @@ class Dub { auto dub = new TestDub(null, ".", null, SkipPackageSuppliers.configured); immutable testdir = dub.fs.getcwd() ~ "test-determineDefaultCompiler"; + import std.stdio; + writeln("CWD: ", dub.fs.getcwd()); + writeln("testdir: ", testdir); immutable olddc = environment.get("DC", null); immutable oldpath = environment.get("PATH", null);