Fix: blender-softwaregl on Linux not working

Files were installed to the wrong directory after 282944caac.
This commit is contained in:
Brecht Van Lommel
2024-01-29 14:46:30 +01:00
parent efcee6450c
commit 0e824c5f8d

View File

@@ -704,7 +704,8 @@ if(UNIX AND NOT APPLE)
# Pass.
elseif(EXISTS ${LIBDIR}/mesa)
install(
DIRECTORY ${LIBDIR}/mesa/lib
# Trailing slash is needed to install contents instead of directory itself.
DIRECTORY ${LIBDIR}/mesa/lib/
DESTINATION "./lib/mesa"
)