mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
Allow overriding makensis program
For cross building Windows binaries Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f42a83f4b2
commit
cfcb0deb7d
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ mac {
|
|||
WINDOWSPACKAGING = $$PWD/packaging/windows
|
||||
NSIFILE = $$WINDOWSSTAGING/subsurface.nsi
|
||||
NSIINPUTFILE = $$WINDOWSPACKAGING/subsurface.nsi.in
|
||||
MAKENSIS = /usr/bin/makensis
|
||||
isEmpty(MAKENSIS) MAKENSIS = /usr/bin/makensis
|
||||
|
||||
doc.path = $$WINDOWSSTAGING/Documentation
|
||||
CONFIG -= copy_dir_files
|
||||
|
|
Loading…
Add table
Reference in a new issue