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.
2 parents 2936756 + ddbf1dd commit e87c1afCopy full SHA for e87c1af
conanfile.py
@@ -104,6 +104,8 @@ def build_requirements(self):
104
ndk_path = ndk_path or os.environ.get("ANDROID_NDK_ROOT", None)
105
if ndk_path is None:
106
self.tool_requires("android-ndk/r26d")
107
+ else:
108
+ self.conf.define("tools.android:ndk_path", ndk_path)
109
110
def layout(self):
111
# self.build_folder: build/{os}/{arch}/opencv
0 commit comments