Try to work around the mingw-w64 kernel32:OpenThreadToken library issue
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7192 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8f0822bc5a
commit
5c78d6fafe
9 changed files with 41 additions and 24 deletions
|
@ -5,11 +5,11 @@ files = Split("""
|
|||
""")
|
||||
|
||||
libs = Split("""
|
||||
kernel32
|
||||
oleaut32
|
||||
advapi32
|
||||
user32
|
||||
oleaut32
|
||||
ole32
|
||||
user32
|
||||
kernel32
|
||||
""")
|
||||
|
||||
Import('BuildUtil env GetArcCPU')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue