Skip to content

Commit

Permalink
Use the right compiler flag for Snappy support. See #46.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Aug 28, 2012
1 parent 5c0f784 commit 20a9f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/leveldb/leveldb.gyp
Expand Up @@ -35,7 +35,7 @@
}],
['use_snappy', {
'defines': [
'USE_SNAPPY=1',
'SNAPPY=1',
],
}],
],
Expand Down

0 comments on commit 20a9f9e

Please sign in to comment.