build: auto-run tools/gyp_node after ./configure
This commit is contained in:
parent
14b04b06b4
commit
b9e1bb3d92
2
configure
vendored
2
configure
vendored
@ -3,6 +3,7 @@
|
|||||||
import optparse
|
import optparse
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
root_dir = os.path.dirname(__file__)
|
root_dir = os.path.dirname(__file__)
|
||||||
@ -245,3 +246,4 @@ json.dump(output, f, indent=2, skipkeys=True)
|
|||||||
f.write("\n")
|
f.write("\n")
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
subprocess.call('tools/gyp_node')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user