Skip to content

Commit f310ef4

Browse files
committed
conan: make include dir
1 parent 993078e commit f310ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conan/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ def source(self):
4848
git.run("submodule update --init --remote --depth 1")
4949

5050
def build(self):
51-
self.run("make lint=off")
52-
self.run("make lint=off test")
51+
self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off")
52+
self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
5353

5454
def package(self):
5555
src_dir = os.path.join(self.build_folder, "src")

0 commit comments

Comments
 (0)