Files
termux-packages/packages/nodejs-lts/common.gypi.patch
termux-pacman-bot 04edb498c3 chore(main/nodejs-lts): pick up changes for how we configure from nodejs
Although --debug is not needed currently for nodejs-lts, let's pick it
up before it is actually needed. Also would make things much more
standard between the two packages
2025-12-10 10:42:59 +00:00

14 lines
443 B
Diff

--- ./common.gypi.orig 2025-03-15 03:13:01.141885662 +0530
+++ ./common.gypi 2025-03-15 03:18:27.085594028 +0530
@@ -242,10 +242,6 @@
},],
],
},],
- ['OS == "android"', {
- 'cflags': [ '-fPIC', '-I<(android_ndk_path)/sources/android/cpufeatures' ],
- 'ldflags': [ '-fPIC' ]
- }],
['clang==1', {
'msbuild_toolset': 'ClangCL',
}],