diff options
-rw-r--r-- | cmake/Modules/CMakeMacroLibtoolFile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/CMakeMacroLibtoolFile.cmake b/cmake/Modules/CMakeMacroLibtoolFile.cmake index f2ea7f80..a54d9949 100644 --- a/cmake/Modules/CMakeMacroLibtoolFile.cmake +++ b/cmake/Modules/CMakeMacroLibtoolFile.cmake @@ -130,7 +130,7 @@ macro(libtool_create_control_file _target) file(APPEND ${_laname} "shouldnotlink=no\n\n") file(APPEND ${_laname} "dlopen=''\n") file(APPEND ${_laname} "dlpreopen=''\n\n") - file(APPEND ${_laname} "libdir=''\n\n") + file(APPEND ${_laname} "libdir='/usr/lib'\n\n") # Add custom command to symlink the static library so that autotools finds |