don't ask me why, but this make hhc.exe not crash

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5982 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2009-06-06 19:25:24 +00:00
parent 9a04747745
commit 8ecbb43a38

View file

@ -74,7 +74,7 @@ def fix_html(target, source, env):
return None
if build_chm:
hhc_action = Action(r'cd \ && hhc "%s\nsis.hhp"' % (build_dir))
hhc_action = Action(r'cd %s && hhc nsis.hhp' % build_dir)
chm_builder = Builder(
action = [