Skip to content

Commit 44e9317

Browse files
committed
build: rename arm_features to cpu_features
1 parent 63f2bb4 commit 44e9317

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

deps/zlib/zlib.gyp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
],
8787
'sources': [
8888
'cpu_features.c',
89+
'cpu_features.h',
8990
'crc32_simd.c',
9091
'crc32_simd.h',
9192
'crc_folding.c',
@@ -118,8 +119,8 @@
118119
['OS!="ios"', {
119120
'defines': [ 'CRC32_ARMV8_CRC32' ],
120121
'sources': [
121-
'arm_features.c',
122-
'arm_features.h',
122+
'cpu_features.c',
123+
'cpu_features.h',
123124
'crc32_simd.c',
124125
'crc32_simd.h',
125126
],

0 commit comments

Comments
 (0)