mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
fix: update for node 10
This commit is contained in:
committed by
Electron Bot
parent
8bd5c1f858
commit
967577c335
@@ -39,6 +39,8 @@ def main():
|
||||
iojs_lib = os.path.join(lib_dir, 'iojs.lib')
|
||||
atom_lib = os.path.join(out_dir, 'node.dll.lib')
|
||||
shutil.copy2(atom_lib, iojs_lib)
|
||||
node_lib = os.path.join(lib_dir, 'node.lib')
|
||||
shutil.copy2(atom_lib, node_lib)
|
||||
|
||||
# Native modules can only be compiled against release builds on Windows
|
||||
if config[0] == 'R' or PLATFORM != 'win32':
|
||||
|
||||
Reference in New Issue
Block a user