Skip to content

Commit

Permalink
[build] fix build on 0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
indutny committed Nov 16, 2011
1 parent b06d630 commit b4cc1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -4,7 +4,7 @@ from shutil import copy2 as copy

TARGET = 'weak'
TARGET_FILE = '%s.node' % TARGET
built = 'build/default/%s' % TARGET_FILE
built = 'build/Release/%s' % TARGET_FILE
dest = 'lib/deadbolt/%s' % TARGET_FILE

def set_options(opt):
Expand Down

0 comments on commit b4cc1d6

Please sign in to comment.