From 9e67ff28e3ccd3a3e51e62f400455c7046f8b6bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 22 May 2020 00:26:27 +0200 Subject: [PATCH] White space. --- src/wx/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [] -- 2.30.2