Fix: blender-softwaregl on Linux not working
Files were installed to the wrong directory after 282944caac.
This commit is contained in:
@@ -704,7 +704,8 @@ if(UNIX AND NOT APPLE)
|
|||||||
# Pass.
|
# Pass.
|
||||||
elseif(EXISTS ${LIBDIR}/mesa)
|
elseif(EXISTS ${LIBDIR}/mesa)
|
||||||
install(
|
install(
|
||||||
DIRECTORY ${LIBDIR}/mesa/lib
|
# Trailing slash is needed to install contents instead of directory itself.
|
||||||
|
DIRECTORY ${LIBDIR}/mesa/lib/
|
||||||
DESTINATION "./lib/mesa"
|
DESTINATION "./lib/mesa"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user