Skip to content

Commit

Permalink
symlink instead of copy binding.node
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 12, 2009
1 parent 88c6d74 commit b8d7483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -31,7 +31,7 @@ def shutdown():
import Options, shutil
if not Options.commands['clean']:
if os.path.exists('build/default/binding.node'):
shutil.copy('build/default/binding.node', 'binding.node')
os.symlink('build/default/binding.node', 'binding.node')
else:
if os.path.exists('binding.node'):
os.unlink('binding.node')

0 comments on commit b8d7483

Please sign in to comment.