summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-05-22 00:26:27 +0200
committerCarl Hetherington <cth@carlh.net>2020-05-22 00:26:27 +0200
commit9e67ff28e3ccd3a3e51e62f400455c7046f8b6bd (patch)
tree7d775440d6c4385f30a5c6e3c108c9bb00d51fe2
parentda5e64883d7665353fcf838f6956f2dfb6e8b176 (diff)
White space.
-rw-r--r--src/wx/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wscript b/src/wx/wscript
index c6e8362dd..83e2022b3 100644
--- a/src/wx/wscript
+++ b/src/wx/wscript
@@ -201,7 +201,7 @@ def configure(conf):
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 = []