koch nsis: don't hardcode the path to NSIS

This commit is contained in:
Andreas Rumpf
2016-08-27 01:10:21 +02:00
parent ff3cf001a3
commit 7e643d7378

View File

@@ -116,7 +116,6 @@ path = r"c:\Program Files (x86)\Inno Setup 5\iscc.exe"
flags = "/Q"
[NSIS]
path = r"c:\Program Files (x86)\NSIS\makensis.exe"
flags = "/V0"
[C_Compiler]