diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 00:12:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 00:12:41 +0100 |
| commit | 324456326d2eea2cb4705dc61a407dfca624a926 (patch) | |
| tree | eb329d7a58e665972133b939d73ba3efc76a6473 | |
| parent | 5fc6c2d12cca7d580a2c14ba68a7bf1bf137fe53 (diff) | |
Set up LDFLAGS (equal to LINKFLAGS) in Windows targets.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
