!makensis on POSIX does not support -OUTPUTCHARSET
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6521 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
89a2cbb770
commit
a560e2411c
2 changed files with 16 additions and 35 deletions
|
@ -626,7 +626,7 @@ static inline int makensismain(int argc, TCHAR **argv)
|
|||
argpos++;
|
||||
}
|
||||
|
||||
if (argpos<argc || (!files_processed && !cmds_processed))
|
||||
if (argpos < argc || (!files_processed && !cmds_processed))
|
||||
{
|
||||
if (build.display_errors && !nousage)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue