Files
termux-packages/packages/nodejs/common.gypi.patch
termux-pacman-bot a466b2520a chore(main/nodejs): download LLVM prebuilt binaries by Google rather
than building it ourselves

Saves a lot of time spent in LLVM build. Thanks to Licy @licy183 for
pointing out the URL for the download.
2025-06-04 09:39:44 +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',
}],