compile.sh to use -D option for iscc.exe to specify the target architecture.
This commit is contained in:
parent
7d8a5f67bb
commit
58dfe9cbae
2 changed files with 4 additions and 3 deletions
|
|
@ -11,9 +11,11 @@ else
|
|||
fi
|
||||
|
||||
echo "Building installer ... "
|
||||
result=`/C/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC tuxpaint-${arch}.iss | grep installer.exe`
|
||||
result=`/C/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC -DBuildTarget=${arch} tuxpaint.iss | grep installer.exe`
|
||||
if [ "x$result" != "x" ]; then
|
||||
installer=`basename $result`
|
||||
else
|
||||
exit
|
||||
fi
|
||||
|
||||
echo "Building portable zip archive ... "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue