Skip to content

Commit ca959e0

Browse files
committed
use lib instead of lib64
1 parent ab8347c commit ca959e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

hatch_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def initialize(self, version, build_data):
136136
"-DOGDF_WARNING_ERRORS=OFF",
137137
"-DCMAKE_BUILD_RPATH=$ORIGIN;@loader_path", "-DCMAKE_INSTALL_RPATH=$ORIGIN;@loader_path",
138138
"-DMACOSX_RPATH=TRUE",
139+
"-DCMAKE_INSTALL_LIBDIR=lib", # instead of lib64 https://stackoverflow.com/a/76528304
139140
"-DOGDF_MEMORY_MANAGER=POOL_TS", # "-DOGDF_MEMORY_MANAGER=MALLOC_TS", "-DOGDF_LEAK_CHECK=ON",
140141
]
141142

test_contents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def expand_suffix(*paths, pre=""):
162162
else:
163163
check("wheel rest [linux]", wheelp[""], {},
164164
ign_a=ign_meta,
165-
exp_a=expand_suffix("libOGDF{suffix}.so", "libCOIN{suffix}.so", pre=name + ".data/data/lib64/")
165+
exp_a=expand_suffix("libOGDF{suffix}.so", "libCOIN{suffix}.so", pre=name + ".data/data/lib/")
166166
+ exp_lic)
167167

168168

0 commit comments

Comments
 (0)