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 b734e42 commit c948c76Copy full SHA for c948c76
conan/conanfile.py
@@ -58,8 +58,8 @@ def build(self):
58
if self.settings.os == "Emscripten":
59
self.run("make $MAKE_INCLUDE_DIRS_ARG config=wasm --directory=src")
60
else:
61
- self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off")
62
- self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
+ self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off --directory=src")
+ # self.run("make $MAKE_INCLUDE_DIRS_ARG lint=off test")
63
64
def package(self):
65
0 commit comments