Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
build: auto-run tools/gyp_node after ./configure
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 15, 2011
1 parent 14b04b0 commit b9e1bb3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure
Expand Up @@ -3,6 +3,7 @@
import optparse
import os
import json
import subprocess
import sys

root_dir = os.path.dirname(__file__)
Expand Down Expand Up @@ -245,3 +246,4 @@ json.dump(output, f, indent=2, skipkeys=True)
f.write("\n")
f.close()

subprocess.call('tools/gyp_node')

0 comments on commit b9e1bb3

Please sign in to comment.