Skip to content

Commit

Permalink
Fixed --debug builds on Windows.
Browse files Browse the repository at this point in the history
Change-Id: I081bf78cea70bf29ac16bb6bbfd040ecc7458b79
Reviewed-on: http://review.couchbase.org/28720
Reviewed-by: Mark Nunberg <mnunberg@haskalah.org>
Tested-by: Brett Lawson <brett19@gmail.com>
  • Loading branch information
brett19 committed Sep 2, 2013
1 parent a74852d commit a61e0d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Expand Up @@ -18,6 +18,9 @@
'copies': [{
'files': [ '<(couchbase_root)/bin/libcouchbase.dll' ],
'destination': '<(module_root_dir)/build/Release/',
},{
'files': [ '<(couchbase_root)/bin/libcouchbase.dll' ],
'destination': '<(module_root_dir)/build/Debug/',
},],
'configurations': {
'Release': {
Expand Down

0 comments on commit a61e0d7

Please sign in to comment.