adding hint

Building on NSIS_Installer fails when path to NSIS tools is not set
This commit is contained in:
Jens Ole Wund 2008-12-13 23:04:36 +00:00
parent f8aa295596
commit b9713d19e4

@ -555,8 +555,10 @@ def NSIS_Installer(target=None, source=None, env=None):
new_nsis = open(tmpnsi, 'w')
new_nsis.write(ns_cnt)
new_nsis.close()
print "Preparing nsis file looks ok\n"
os.chdir(start_dir)
print "try to lauch makensis ...make sure it is on the path \n"
cmdline = "makensis " + "\""+tmpnsi+"\""