Commit 9b1222ae authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Compile snappy in lib folder.

Currently libsnappy is being compiled in the folder lib64 in some
OSes (e.g. SUSE SLE 15.6).
This is a problem because some dependents look for the library in the
lib subdirectory.
This change forces snappy to always use the lib directory.
parent 76642bf9
Pipeline #34582 failed with stage
in 0 seconds
......@@ -14,3 +14,4 @@ configure-options =
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=@@LOCATION@@
-DBUILD_SHARED_LIBS=ON
-DCMAKE_INSTALL_LIBDIR=lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment