Skip to content

Commit

Permalink
Always install libraries in the lib directory. (#4562)
Browse files Browse the repository at this point in the history
Fixes regression introduced in #4518.

---
TYPE: BUG
DESC: Fix regression when libraries were sometimes installed in the
`lib64` directory.
  • Loading branch information
teo-tsirpanis authored Dec 12, 2023
1 parent 70813c5 commit ae5cc5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_INSTALL_PREFIX=./dist \
-DTILEDB_INSTALL_LIBDIR=lib \
-DTILEDB_S3=ON \
-DTILEDB_AZURE=ON \
-DTILEDB_GCS=ON \
Expand Down

0 comments on commit ae5cc5a

Please sign in to comment.