PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/sodium-native
Просмотр файла: binding.gyp
{
'variables': {
'target_arch%': '<!(node deps/bin.js --print-arch)'
},
'targets': [
{
'target_name': 'sodium',
'include_dirs' : [
'<!(node deps/bin.js --print-include)',
'./modules/crypto_tweak'
],
'sources': [
'binding.c',
'./modules/crypto_tweak/tweak.c'
],
'conditions': [
['OS=="win"', {
'defines': [
'SODIUM_STATIC=1',
'SODIUM_EXPORT',
]
}],
],
'xcode_settings': {
'OTHER_CFLAGS': [
'-g',
'-O3',
'-Wall',
]
},
'cflags': [
'-g',
'-O3',
'-Wall',
],
'libraries': [
'<!(node deps/bin.js --print-lib)'
]
}
]
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!