mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
Update NSS to 3.32.1-RTM
This commit is contained in:
parent
f29876f120
commit
c91ef9012b
512 changed files with 83203 additions and 16839 deletions
|
|
@ -26,49 +26,6 @@
|
|||
'defines': [
|
||||
'MOZILLA_CLIENT=1',
|
||||
],
|
||||
'conditions': [
|
||||
[ 'OS=="win"', {
|
||||
'configurations': {
|
||||
'x86_Base': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'PreprocessorDefinitions': [
|
||||
'NSS_X86_OR_X64',
|
||||
'NSS_X86',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
'x64_Base': {
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'PreprocessorDefinitions': [
|
||||
'NSS_USE_64',
|
||||
'NSS_X86_OR_X64',
|
||||
'NSS_X64',
|
||||
],
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}, {
|
||||
'conditions': [
|
||||
[ 'target_arch=="x64"', {
|
||||
'defines': [
|
||||
'NSS_USE_64',
|
||||
'NSS_X86_OR_X64',
|
||||
'NSS_X64',
|
||||
],
|
||||
}],
|
||||
[ 'target_arch=="ia32"', {
|
||||
'defines': [
|
||||
'NSS_X86_OR_X64',
|
||||
'NSS_X86',
|
||||
],
|
||||
}],
|
||||
],
|
||||
}],
|
||||
],
|
||||
},
|
||||
'variables': {
|
||||
'module': 'nss'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue