diff --git a/cl_dll/wscript b/cl_dll/wscript index b2fece8d..4702ffbc 100644 --- a/cl_dll/wscript +++ b/cl_dll/wscript @@ -30,7 +30,7 @@ def configure(conf): else: conf.env.GOLDSOURCE_SUPPORT = False - if conf.env.GOLDSOURCE_SUPPORT: + if conf.env.GOLDSOURCE_SUPPORT and not conf.env.DEST_OS == 'win32': conf.check_cc(lib='dl') if conf.env.USE_VGUI: