7
0
mirror of https://github.com/Minres/conan-recipes.git synced 2025-07-01 15:33:27 +02:00

Added LevelDB package

This commit is contained in:
2018-10-30 17:29:48 +01:00
parent f5b39e0678
commit a7a465e69c
6 changed files with 126 additions and 0 deletions

View File

@ -28,6 +28,7 @@ class SystemcverificationConan(ConanFile):
env_build.cxx_flags = "-std=gnu++98"
env_build.fpic = True
tools.mkdir("build")
env_build.libs.remove('systemc')
with tools.chdir("build"):
env_build.configure(
configure_dir=os.path.join(self.source_folder, self.source_subfolder),