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
In conda-forge/gst-plugins-bad-feedstock#39
it seems that the build is failing due to the lack of parameters for objcpp
Help crafting the parameters
objcpp = '....' objcpp_args = [ ]
would be greatly appreciated
The text was updated successfully, but these errors were encountered:
You can just add the env variable OBJCPP just like we do for OBJC. See https://github.com/conda-forge/clang-compiler-activation-feedstock/blob/main/recipe/activate-clang.sh#L173
OBJCPP
OBJC
Sorry, something went wrong.
Thanks trying it here conda-forge/gst-plugins-bad-feedstock#41
Hmm, did i get the variable defined wrong? It didn't seem to do the trick.
Ah you absolutely need to Specify the "for build" variable as well.
No branches or pull requests
Comment:
In conda-forge/gst-plugins-bad-feedstock#39
it seems that the build is failing due to the lack of parameters for objcpp
Help crafting the parameters
would be greatly appreciated
The text was updated successfully, but these errors were encountered: