From: Carl Hetherington Date: Thu, 21 May 2020 22:26:27 +0000 (+0200) Subject: White space. X-Git-Tag: v2.15.76~9 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=9e67ff28e3ccd3a3e51e62f400455c7046f8b6bd White space. --- 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 = []