File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 77 'ZLIB_ROOT' : '.' ,
88 'use_system_zlib%' : 0 ,
99 'arm_fpu%' : '' ,
10- 'llvm_version%' : '0.0' ,
1110 },
1211 'conditions' : [
1312 ['use_system_zlib==0' , {
2423 },{
2524 'defines' : [ 'X86_NOT_WINDOWS' ],
2625 }],
27- ['OS!="win" or llvm_version!="0.0" ' , {
26+ ['OS!="win" or clang==1 ' , {
2827 'cflags' : [ '-mssse3' ],
2928 'xcode_settings' : {
3029 'OTHER_CFLAGS' : [ '-mssse3' ],
3130 },
31+ 'msvs_settings' : {
32+ 'VCCLCompilerTool' : {
33+ 'AdditionalOptions' : [ '-mssse3' ],
34+ },
35+ },
3236 }],
3337 ],
3438 }],
6569 'conditions' : [
6670 ['OS!="ios"' , {
6771 'conditions' : [
68- ['OS!="win" and llvm_version=="0.0" ' , {
72+ ['OS!="win" and clang==0 ' , {
6973 'cflags' : [ '-march=armv8-a+aes+crc' ],
7074 }],
7175 ['OS=="android"' , {
111115 # 'target_name': 'zlib_crc32_simd',
112116 # 'type': 'static_library',
113117 # 'conditions': [
114- # ['OS!="win" or llvm_version!="0.0" ', {
118+ # ['OS!="win" or clang==1 ', {
115119 # 'cflags': [
116120 # '-msse4.2',
117121 # '-mpclmul',
You can’t perform that action at this time.
0 commit comments