Fix Win32 build, part 2
authorPaul Cercueil <paul@crapouillou.net>
Mon, 24 Jul 2023 21:14:36 +0000 (23:14 +0200)
committerPaul Cercueil <paul@crapouillou.net>
Mon, 24 Jul 2023 21:22:21 +0000 (23:22 +0200)
commit9e472e99960f10f10d32ad1f126e7e79db718409
tree6706a224a43a0e2aa4d3bbffce1665d893db2e0d
parent91c38241ff1906de865ab1e8e19065834c2fef1a
Fix Win32 build, part 2

GNU Lightning does use the 'HAVE_MMAP' macro, so it needs to be defined
when compiling it; otherwise Lightning will fail on an assert() at
runtime.

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Makefile