File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 7
7
'ZLIB_ROOT' : '.' ,
8
8
'use_system_zlib%' : 0 ,
9
9
'arm_fpu%' : '' ,
10
- 'llvm_version%' : '0.0' ,
11
10
},
12
11
'conditions' : [
13
12
['use_system_zlib==0' , {
24
23
},{
25
24
'defines' : [ 'X86_NOT_WINDOWS' ],
26
25
}],
27
- ['OS!="win" or llvm_version!="0.0" ' , {
26
+ ['clang==1 ' , {
28
27
'cflags' : [ '-mssse3' ],
29
28
'xcode_settings' : {
30
29
'OTHER_CFLAGS' : [ '-mssse3' ],
31
30
},
31
+ 'msvs_settings' : {
32
+ 'VCCLCompilerTool' : {
33
+ 'AdditionalOptions' : [ '-mssse3' ],
34
+ },
35
+ },
32
36
}],
33
37
],
34
38
}],
65
69
'conditions' : [
66
70
['OS!="ios"' , {
67
71
'conditions' : [
68
- ['OS!="win" and llvm_version=="0.0" ' , {
72
+ ['OS!="win" and clang==1 ' , {
69
73
'cflags' : [ '-march=armv8-a+aes+crc' ],
70
74
}],
71
75
['OS=="android"' , {
111
115
# 'target_name': 'zlib_crc32_simd',
112
116
# 'type': 'static_library',
113
117
# 'conditions': [
114
- # ['OS!="win" or llvm_version!="0.0" ', {
118
+ # ['OS!="win" or clang==1 ', {
115
119
# 'cflags': [
116
120
# '-msse4.2',
117
121
# '-mpclmul',
You can’t perform that action at this time.
0 commit comments