don't build tests by default to avoid an error about CppUnit missing
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4163 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
94cd469469
commit
2c161a5cde
1 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,7 @@ else:
|
|||
if defenv['MSTOOLKIT']:
|
||||
defenv.Tool('mstoolkit', toolpath = ['SCons/Tools'])
|
||||
|
||||
Default(defenv['BUILD_PREFIX'])
|
||||
defenv.Default('$BUILD_PREFIX')
|
||||
|
||||
tools = defenv['TOOLS']
|
||||
|
||||
|
@ -444,6 +444,8 @@ defenv.SConscript(
|
|||
build_dir = build_dir
|
||||
)
|
||||
|
||||
defenv.Ignore('$BUILD_PREFIX', '$BUILD_PREFIX/tests')
|
||||
|
||||
# test scripts
|
||||
|
||||
def test_scripts(target, source, env):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue