summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-10-05 20:33:41 +0100
committerCarl Hetherington <cth@carlh.net>2014-10-05 20:33:41 +0100
commita9661d80dfb96ea6c6bd94b17feffc5968225412 (patch)
tree562a12636150089dc1ab270b0fd8563842944189
parent5571f25c0d930d776174da8307c398ff7b0d281c (diff)
Clear out CPPFLAGS for the windows build.
-rwxr-xr-xcdist1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdist b/cdist
index 4aba500..cfb92cf 100755
--- a/cdist
+++ b/cdist
@@ -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):