build: auto-run tools/gyp_node after ./configure

v0.7.4-release
Ben Noordhuis 2011-11-15 17:17:05 +01:00
parent 14b04b06b4
commit b9e1bb3d92
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -3,6 +3,7 @@
import optparse
import os
import json
import subprocess
import sys
root_dir = os.path.dirname(__file__)
@ -245,3 +246,4 @@ json.dump(output, f, indent=2, skipkeys=True)
f.write("\n")
f.close()
subprocess.call('tools/gyp_node')