Skip to content

Commit

Permalink
windows issue wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed Jul 9, 2022
1 parent 08a1c76 commit cfdee83
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions deps/base64/base64.gyp
Expand Up @@ -11,6 +11,9 @@
'direct_dependent_settings': {
'include_dirs': [ 'base64/include' ],
},
'defines': [
'BASE64_STATIC_DEFINE=1',
],
'sources': [
'base64/include/libbase64.h',
'base64/lib/arch/generic/codec.c',
Expand Down Expand Up @@ -124,6 +127,14 @@
'xcode_settings': {
'OTHER_CFLAGS': [ '-mavx' ]
},
}, {
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/arch:AVX'
],
},
},
}],
],
},
Expand All @@ -140,6 +151,14 @@
'xcode_settings': {
'OTHER_CFLAGS': [ '-mavx2' ]
},
}, {
'msvs_settings': {
'VCCLCompilerTool': {
'AdditionalOptions': [
'/arch:AVX2'
],
},
},
}],
],
},
Expand Down

0 comments on commit cfdee83

Please sign in to comment.