Skip to content
Snippets Groups Projects
Commit 1b8303f3 authored by hofmockel's avatar hofmockel
Browse files

Fix link against libraries

parent 8ef2a134
No related branches found
No related tags found
No related merge requests found
......@@ -13,9 +13,10 @@ extension_defaults = {
],
'language': 'c++',
'libraries': [
'rocksdb',
'snappy',
'bz2',
'z',
'rocksdb'
'z'
]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment