From 3acf18c0999020b9a1edab1cbef361c4fb6ccf4e Mon Sep 17 00:00:00 2001 From: Paul Backus Date: Thu, 16 Feb 2023 00:50:19 -0500 Subject: [PATCH] Update dscanner to v0.14.0 This version includes support for the new 'static assert' syntax introduced in DMD 2.102.0, which allows multiple message arguments. --- posix.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posix.mak b/posix.mak index 9b91d1ec6..2f05370db 100644 --- a/posix.mak +++ b/posix.mak @@ -74,7 +74,7 @@ ROOT_OF_THEM_ALL = generated ROOT = $(ROOT_OF_THEM_ALL)/$(OS)/$(BUILD)/$(MODEL) DUB=dub TOOLS_DIR=../tools -DSCANNER_HASH=308bdfd1c18c435c94b712f3c941d787884ef1f3 +DSCANNER_HASH=d5d6920502bf1bfdb29474007a59fd606df0aadc DSCANNER_DIR=$(ROOT_OF_THEM_ALL)/dscanner-$(DSCANNER_HASH) # Set DRUNTIME name and full path