diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-05 20:33:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-05 20:33:41 +0100 |
| commit | a9661d80dfb96ea6c6bd94b17feffc5968225412 (patch) | |
| tree | 562a12636150089dc1ab270b0fd8563842944189 | |
| parent | 5571f25c0d930d776174da8307c398ff7b0d281c (diff) | |
Clear out CPPFLAGS for the windows build.
| -rwxr-xr-x | cdist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -322,6 +322,7 @@ class WindowsTarget(Target): cxx += ' -I%s/include' % p link += ' -L%s/lib' % p self.set('CXXFLAGS', '"%s"' % cxx) + self.set('CPPFLAGS', '') self.set('LINKFLAGS', '"%s"' % link) def command(self, c): |
