White space.
authorCarl Hetherington <cth@carlh.net>
Thu, 21 May 2020 22:26:27 +0000 (00:26 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 21 May 2020 22:26:27 +0000 (00:26 +0200)
src/wx/wscript

index c6e8362ddf802b1fbc711ae5746587f9115192e2..83e2022b3bb9728a61f2c2f48edeef71d7d7a303 100644 (file)
@@ -201,7 +201,7 @@ def configure(conf):
         conf.env.append_value('CXXFLAGS', ['-DWGL_WGLEXT_PROTOTYPES'])
 
     if conf.options.static_wxwidgets:
         conf.env.append_value('CXXFLAGS', ['-DWGL_WGLEXT_PROTOTYPES'])
 
     if conf.options.static_wxwidgets:
-       # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
+        # wx-config returns its static libraries as full paths, without -l prefixes, which confuses
         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.
         stlibs = []
         new_linkflags = []
         # check_cfg().  It puts the static libraries into LINKFLAGS_WXWIDGETS, so fish them out.
         stlibs = []
         new_linkflags = []