added -Wno-non-virtual-dtor for 7zip files on gnu configuration for bug #1676243

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5051 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-11 20:54:00 +00:00
parent f6e58f133a
commit 3608995944
4 changed files with 4 additions and 0 deletions

View file

@ -83,6 +83,7 @@ env.Append(CPPDEFINES = ['_WIN32_IE=0x0500'])
lzma_env = env.Clone()
lzma_env.Append(CPPDEFINES = ['COMPRESS_MF_BT'])
lzma_env.Append(CCFLAGS = ['$IGNORE_VDTOR_WARN'])
lzma_files = lzma_env.Object(lzma_files)
##### Compile makensis