You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently running a GNU Guix System, which requires me to package the software I want to run.
So, I've taken up packaging this project, and I've gotten pretty close to a working build.
However, I've hit a roadblock in the form of the tinyxml2 submodule, as submodules aren't supported when packaging for guix.
Is there a way to use the system's version of tinyxml2 instead of the submodule?
The text was updated successfully, but these errors were encountered:
slam-bert
changed the title
Can't use system's tinyxml2.
Can't use system's tinyxml2 when compiling.
Jul 21, 2023
Hey there!
I'm currently running a GNU Guix System, which requires me to package the software I want to run.
So, I've taken up packaging this project, and I've gotten pretty close to a working build.
However, I've hit a roadblock in the form of the
tinyxml2
submodule, as submodules aren't supported when packaging forguix
.Is there a way to use the system's version of
tinyxml2
instead of the submodule?The text was updated successfully, but these errors were encountered: