Skip to content

Commit eca75dd

Browse files
fix: add missing cmake_install_libdir
1 parent d90591d commit eca75dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def run(self): # noqa: C901
9393
# Build the library using CMake
9494
cmake_args = [
9595
"-DCMAKE_INSTALL_PREFIX=" + os.getcwd(),
96+
"-DCMAKE_INSTALL_LIBDIR=lib", # Explicitly set install libdir
9697
"-DBUILD_SHARED_LIBS=OFF", # Build static library
9798
f"-DCMAKE_BUILD_TYPE={self.build_type}",
9899
"-DCMAKE_CXX_STANDARD=14",

0 commit comments

Comments
 (0)