From 3af43b396b96c51c3ce100e9cbea8374f4983562 Mon Sep 17 00:00:00 2001 From: Martin Kinkelin Date: Sat, 28 Jan 2023 00:51:31 +0100 Subject: [PATCH] Symmetry: Use custom dub v1.34.0 Which, with LDC on Windows, applies dflags affecting symbol visibility to *all* deps. --- dub.selections.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.selections.json b/dub.selections.json index 1aaa247e..bc8d1bda 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "dub": "1.34.0", + "dub": {"repository":"git+https://github.com/symmetryinvestments/dub.git","version":"a892208154301797838def4cbd2ba47d1af3da5b"}, "unit-threaded": "2.1.7" } }