mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Ensure large strings build of NSIS is used. Fixes #1396
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user