X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Fwx%2Fwscript;h=83e2022b3bb9728a61f2c2f48edeef71d7d7a303;hp=c6e8362ddf802b1fbc711ae5746587f9115192e2;hb=9e67ff28e3ccd3a3e51e62f400455c7046f8b6bd;hpb=da5e64883d7665353fcf838f6956f2dfb6e8b176 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 = []