summaryrefslogtreecommitdiff
path: root/third_party/waf/waflib/Tools/d_config.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/waf/waflib/Tools/d_config.py')
-rw-r--r--third_party/waf/waflib/Tools/d_config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/waf/waflib/Tools/d_config.py b/third_party/waf/waflib/Tools/d_config.py
index 2586733a49f..207f3c75b71 100644
--- a/third_party/waf/waflib/Tools/d_config.py
+++ b/third_party/waf/waflib/Tools/d_config.py
@@ -4,7 +4,7 @@
#!/usr/bin/env python
# encoding: utf-8
-# Thomas Nagy, 2016 (ita)
+# Thomas Nagy, 2016-2018 (ita)
from waflib import Utils
from waflib.Configure import conf
@@ -65,3 +65,4 @@ def check_dlibrary(self, execute=True):
ret = self.check_cc(features='d dprogram', fragment=DLIB, compile_filename='test.d', execute=execute, define_ret=True)
if execute:
self.env.DLIBRARY = ret.strip()
+