From 0e3c5421ce59e09abdcc92361f0a10ca94206be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20BURTIN?= Date: Fri, 21 Feb 2025 11:00:17 +0100 Subject: [PATCH] fix build for windows ia32 --- binding.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index f9443857..bd4da82e 100644 --- a/binding.gyp +++ b/binding.gyp @@ -14,7 +14,7 @@ 'conditions': [ ['OS=="win"', { - 'defines': ['CHECK_NODE_MODULE_VERSION'], + 'defines': ['CHECK_NODE_MODULE_VERSION', 'NOMINMAX'], 'sources': [ 'src/serialport_win.cpp' ],