applied patch #2918870 - use of the zlib compression library provided by the system
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6030 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9f7710ace6
commit
c39ffff404
34 changed files with 280 additions and 7431 deletions
|
@ -442,7 +442,7 @@ int main(int argc, char **argv)
|
|||
char* env_var = getenv("NSISCONFDIR");
|
||||
if(env_var == NULL)
|
||||
#ifndef NSIS_CONFIG_CONST_DATA_PATH
|
||||
main_conf = get_executable_dir(argv[0]);
|
||||
main_conf = get_dir_name(get_executable_dir(argv[0]));
|
||||
#else
|
||||
main_conf = PREFIX_CONF;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue