We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca4341 commit d929bdbCopy full SHA for d929bdb
deps/binding.gyp
@@ -202,6 +202,22 @@
202
"opus/silk/float",
203
],
204
"defines": ["PIC", "HAVE_CONFIG_H"],
205
+ "conditions": [
206
+ [
207
+ "target_arch==\"arm64\"",
208
+ {
209
+ "sources": [
210
+ "opus/celt/arm/arm_celt_map.c",
211
+ "opus/celt/arm/armcpu.c",
212
+ "opus/celt/arm/celt_neon_intr.c",
213
+ "opus/celt/arm/pitch_neon_intr.c",
214
+ ],
215
+ "include_dirs": [
216
+ "opus",
217
218
+ }
219
220
221
},
222
223
}
0 commit comments