1
0
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:
dmiller
2019-01-07 18:15:49 +00:00
parent 20b6bbda98
commit e3afc3f5a6

View File

@@ -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