[CMAKE] Remove the trailing '/' from INSTALL_PATH - #4015
Conversation
Otherwise an extra slash will be generated when installing directories.
|
Uploading 50 libraries directly doesn't sound like a good idea. I know that wrapping libpipewire is tricky but that would still be the ideal solution tbh. |
|
That's a lot of libraries! Yeah, adding these to the bundle would be the best place. The long-term goal is to remove the @zengdage you can look here from some hints on how to find and add new libraries using system packages:
I can also help. Do you have a full list of what those ~50 libraries are? It might only be a few packages we need to add to the CSV file. |
I'll first take a look at the bundle mechanism. Not all of these libraries may actually be required, they are simply bundled within the same package. libs list: |
Remove the trailing '/' from INSTALL_PATH, otherwise an extra slash will be generated when installing directories.
Just fix typo.
BTW, I am working on supporting collaborative meeting software with screen sharing functionality, which requires emulated support for
libpipewire-0.3andlibspa-0.2.Would it be acceptable to upload roughly 50 libraries(
ibpipewire-0.3 and libspa-0.2)into x64lib? If not, what are the criteria for libraries allowed to be uploaded intox64lib?