From 9e5a5e78a2b8dcda1d71f7a18d7c668b9d10a6fb1a9902e4d41137c8d5f00c11 Mon Sep 17 00:00:00 2001 From: Jonah Uellenberg Date: Sat, 31 May 2025 20:48:26 +0200 Subject: [PATCH] Fix node-gyp --- node-gyp-addon-gypi.patch | 1 - 1 file changed, 1 deletion(-) diff --git a/node-gyp-addon-gypi.patch b/node-gyp-addon-gypi.patch index 311cf48..ff16606 100644 --- a/node-gyp-addon-gypi.patch +++ b/node-gyp-addon-gypi.patch @@ -61,7 +61,6 @@ Index: node-v21.7.1/deps/npm/node_modules/node-gyp/lib/configure.js + // if no --target was specified then use RPM-installed headers + log.verbose('get node dir', 'no --target version specified, falling back to RPM installed headers') + nodeDir = '/usr/include/node22' -+ createBuildDir() + } } -- 2.49.0