8
0
mirror of https://github.com/Minres/conan-recipes.git synced 2026-06-05 23:31:47 +01:00

update conanfiles and add RocksDB

This commit is contained in:
2020-04-05 15:36:06 +02:00
parent 3117dadcfe
commit 7d28cd736d
9 changed files with 26 additions and 17 deletions
Regular → Executable
+2 -1
View File
@@ -1,7 +1,8 @@
#!/usr/bin/env python3
from conan.packager import ConanMultiPackager
if __name__ == "__main__":
builder = ConanMultiPackager()
builder = ConanMultiPackager(username="minres")
types = ['Debug','Release']
cxxstds = ['98', '11','14']
libstdcxx = ['libstdc++', 'libstdc++11']