Is it possible that the call at build.cpp:415 which is nsis_dir = get_dir_name(get_executable_dir(makensis_path)); should be: nsis_dir = get_executable_dir(makensis_path); Looking util.cpp:935, get_executable_dir() wraps a call to get_executable_path() in get_dir_name(). Perhaps the code a build.cpp:415 didn't take into account what this convenience function provides?
Horizontal scrolling