We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993078e commit f310ef4Copy full SHA for f310ef4
conan/conanfile.py
@@ -48,8 +48,8 @@ def source(self):
48
git.run("submodule update --init --remote --depth 1")
49
50
def build(self):
51
- self.run("make lint=off")
52
- self.run("make lint=off test")
+ self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off")
+ self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
53
54
def package(self):
55
src_dir = os.path.join(self.build_folder, "src")
0 commit comments