summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-08-26 00:12:41 +0100
committerCarl Hetherington <cth@carlh.net>2015-08-26 00:12:41 +0100
commit324456326d2eea2cb4705dc61a407dfca624a926 (patch)
treeeb329d7a58e665972133b939d73ba3efc76a6473
parent5fc6c2d12cca7d580a2c14ba68a7bf1bf137fe53 (diff)
Set up LDFLAGS (equal to LINKFLAGS) in Windows targets.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 316aed7..c627779 100755
--- a/cdist
+++ b/cdist
@@ -404,6 +404,7 @@ class WindowsTarget(Target):
self.set('CXXFLAGS', '"%s"' % cxx)
self.set('CPPFLAGS', '')
self.set('LINKFLAGS', '"%s"' % link)
+ self.set('LDFLAGS', '"%s"' % link)
def command(self, c):
log('host -> %s' % c)