Only ignore makensis.nsi test on non-Win32 platforms
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7040 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1afaca0e41
commit
d6adb07487
2 changed files with 2 additions and 2 deletions
|
@ -143,7 +143,7 @@ if 'NSIS_CONFIG_CONST_DATA_PATH' in defenv['NSIS_CPPDEFINES']:
|
|||
else:
|
||||
dirs = install_dirs['relocatable']
|
||||
|
||||
if 'msvc' in defenv['TOOLS'] or 'mstoolkit' in defenv['TOOLS']:
|
||||
if defenv['PLATFORM'] == 'win32':
|
||||
ignore_tests = 'none'
|
||||
else:
|
||||
ignore_tests = ','.join(Split("""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue