fixed bug #1701879 - linux LibraryLocal FTBFS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5095 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
22a81bc536
commit
9b15ba192b
2 changed files with 18 additions and 49 deletions
|
@ -3,15 +3,17 @@ target = 'LibraryLocal'
|
|||
files = Split("""
|
||||
LibraryLocal.cpp
|
||||
#Source/ResourceEditor.cpp
|
||||
#Source/util.cpp
|
||||
#Source/winchar.cpp
|
||||
""")
|
||||
|
||||
libs = Split("""
|
||||
kernel32
|
||||
oleaut32
|
||||
version
|
||||
""")
|
||||
|
||||
Import('BuildUtil')
|
||||
Import('BuildUtil env')
|
||||
|
||||
if env['PLATFORM'] != 'win32':
|
||||
libs = []
|
||||
|
||||
BuildUtil(target, files, libs, flags = ['$EXCEPTION_FLAG'], cross_platform = True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue