C++ Submodule
#2678
Replies: 1 comment
-
I ended up adding the LD_LIBRARY_PATH to the activation |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a python package that requires a c++ project. I added this c++ project as a git submodule to the package. I then created tasks in pixi to build and install this project to the pixi environment. But the problem is, the lib path within the pixi environment is not in LD_LIBRARY_PATHS. Should it not be? The library I installed can't be found. Is there an easier way to install a c++ project and use it in pixi?
Beta Was this translation helpful? Give feedback.
All reactions