Skip to content

Commit

Permalink
Correct GYP issue causing build failures on Windows.
Browse files Browse the repository at this point in the history
Change-Id: Icd423f5406d7eab60fe07aa7a88322ac43e7fa3d
Reviewed-on: http://review.couchbase.org/60805
Reviewed-by: Mark Nunberg <mark.nunberg@couchbase.com>
Tested-by: Brett Lawson <brett19@gmail.com>
  • Loading branch information
brett19 committed Mar 2, 2016
1 parent a91d12f commit dde5296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/lcb/libcouchbase.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
'src/operations/remove.c',
'src/operations/stats.c',
'src/operations/store.c',
'src/operations/subdoc.c',
'src/operations/subdoc.cc',
'src/operations/touch.c',
'src/rdb/bigalloc.c',
'src/rdb/chunkalloc.c',
Expand Down

0 comments on commit dde5296

Please sign in to comment.