Build node as shared library
This commit is contained in:
parent
ae9d90eaa6
commit
a400bb5997
5 changed files with 51 additions and 31 deletions
|
@ -33,6 +33,7 @@ TARGET_BINARIES = {
|
|||
'icudtl.dat',
|
||||
'libEGL.dll',
|
||||
'libGLESv2.dll',
|
||||
'node.dll',
|
||||
'content_resources_200_percent.pak',
|
||||
'ui_resources_200_percent.pak',
|
||||
'xinput1_3.dll',
|
||||
|
@ -46,6 +47,7 @@ TARGET_BINARIES = {
|
|||
'libboringssl.so',
|
||||
'libffmpegsumo.so',
|
||||
'natives_blob.bin',
|
||||
'libnode.so',
|
||||
'snapshot_blob.bin',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue