We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While using Clang and Android-kit Conan profile isn't overridden correctly: Arguments aren't forwarded (excepted arch)
arch
[TEMP HACK]
remaken profile init --cpp-std 17 -b clang -o android -a arm64-v8a
default
os=Android os_build=Windows arch=armv8 arch_build=x86_64 compiler=clang compiler.version=8 compiler.libcxx=libc++ build_type=Release os.api_level=21 compiler.cppstd=17 [options] [build_requires] [env]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While using Clang and Android-kit Conan profile isn't overridden correctly: Arguments aren't forwarded (excepted
arch
)[TEMP HACK]
remaken profile init --cpp-std 17 -b clang -o android -a arm64-v8a
default
Conan profile with Android one :The text was updated successfully, but these errors were encountered: