Quotation fixes.
authorCarl Hetherington <cth@carlh.net>
Wed, 29 May 2013 23:31:39 +0000 (00:31 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 29 May 2013 23:31:39 +0000 (00:31 +0100)
cdist

diff --git a/cdist b/cdist
index 10965d642a84157932a52d3bafc4f453fc0bd626..80c63a6281a5d2e78a1f301873a01eaebde277d8 100755 (executable)
--- a/cdist
+++ b/cdist
@@ -339,8 +339,8 @@ def prepare_for_windows(env, bits):
     for p in mingw_prefixes:
         cxx += ' -I%s/include' % p
         link += ' -L%s/lib' % p
-    env.set('CXXFLAGS', cxx)
-    env.set('LINKFLAGS', link)
+    env.set('CXXFLAGS', '"%s"' % cxx)
+    env.set('LINKFLAGS', '"%s"' % link)
 
 
 #