mirror of
https://github.com/Minres/conan-recipes.git
synced 2025-07-01 15:33:27 +02:00
update conanfiles and add RocksDB
This commit is contained in:
3
SystemCVerification/build.py
Normal file → Executable file
3
SystemCVerification/build.py
Normal file → Executable 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']
|
||||
|
Reference in New Issue
Block a user