Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request FWGS#107 from x6herbius/upstream-master
Browse files Browse the repository at this point in the history
Build: Swapped Win32 check for MSVC check
  • Loading branch information
a1batross committed Oct 31, 2019
2 parents 251a387 + a866945 commit 576e6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlls/wscript
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def options(opt):
return

def configure(conf):
if conf.env.DEST_OS == 'win32':
if conf.env.COMPILER_CC == 'msvc':
# hl.def removes MSVC function name decoration from GiveFnptrsToDll on Windows.
# Without this, the lookup for this function fails.
hlDefNode = conf.path.find_resource("./hl.def")
Expand Down

0 comments on commit 576e6be

Please sign in to comment.