Browse Source

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

v0.7.4-release
Ben Noordhuis 13 years ago
parent
commit
b9e1bb3d92
  1. 2
      configure

2
configure

@ -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')

Loading…
Cancel
Save