Fixed path to Inno Setup.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-06-22 14:10:40 +03:00
parent aaab56fe00
commit 8a02129e24

View file

@ -440,8 +440,8 @@ win32:*-g++ {
INNO_ISCC = "C:/Program Files (x86)/Inno Setup 5/iscc.exe"
SCP_FOUND = true
} else {
exists(INNO_ISCC = "C:/Program Files/Inno Setup 5/iscc.exe") {
INNO_ISCC = INNO_ISCC = "C:/Program Files/Inno Setup 5/iscc.exe"
exists("C:/Program Files/Inno Setup 5/iscc.exe") {
INNO_ISCC = "C:/Program Files/Inno Setup 5/iscc.exe"
SCP_FOUND = true
}
}