Skip to content

Commit

Permalink
Ensure large strings build of NSIS is used. Fixes nmap#1396
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsaiviking committed Jan 7, 2019
1 parent 20b6bbd commit e3afc3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mswin32/nsis/Nmap.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e3afc3f

Please sign in to comment.