Skip to content

Use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory

YuGiOhJCJ requested to merge YuGiOhJCJ/inkscape:use-cmake-install-libdir into master

Fixes the following bug: https://bugs.launchpad.net/inkscape/+bug/1578164

  • CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).
  • src/CMakeLists.txt: Modified file (use the CMAKE_INSTALL_LIBDIR variable instead of the hard coded "lib" directory).

Merge request reports