mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Ensure large strings build of NSIS is used. Fixes #1396
This commit is contained in:
parent
20b6bbda98
commit
e3afc3f5a6
1 changed files with 5 additions and 0 deletions
|
|
@ -21,6 +21,11 @@
|
|||
;; contain any quotes, even if the path contains spaces. Only absolute
|
||||
;; paths are supported.
|
||||
|
||||
; Ensure large strings build is used
|
||||
!if ${NSIS_MAX_STRLEN} < 8192
|
||||
!error "Need to use large strings build of NSIS."
|
||||
!endif
|
||||
|
||||
;--------------------------------
|
||||
;Include Modern UI
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue