Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent e995505 commit 4e5e05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def configure(self):
if self.options.build:
self.options["jemalloc"].enable_cxx = False
self.options["jemalloc"].prefix = "je_"
self.package_folder = self.options.install_path

def generate(self):
deps = CMakeDeps(self)
Expand All @@ -34,7 +35,6 @@ def generate(self):
toolchain.variables["CFG_ENABLE_TEST_SUITE"] = "ON"
toolchain.variables["CMAKE_VERBOSE_MAKEFILE"] = True
toolchain.variables["JEMALLOC_PREFIX"] = self.options["jemalloc"].prefix
toolchain.variables["CMAKE_PREFIX_PATH"] = self.options.install_path
toolchain.generate()

def build(self):
Expand Down

0 comments on commit 4e5e05e

Please sign in to comment.