File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -1251,7 +1251,9 @@ if [ -d "${TOOLS_PATH}/deps/lib/tcl8" ]; then
1251
1251
cp -av $source ${ROOT} /out/python/install/lib/
1252
1252
done
1253
1253
1254
- if [[ " ${PYBUILD_PLATFORM} " != macos* ]]; then
1254
+ if [[ " ${PYBUILD_PLATFORM} " == macos* ]]; then
1255
+ cp -av ${TOOLS_PATH} /deps/lib/lib* .dylib ${ROOT} /out/python/install/lib/
1256
+ else
1255
1257
cp -av ${TOOLS_PATH} /deps/lib/lib* .so ${ROOT} /out/python/install/lib/
1256
1258
fi
1257
1259
fi
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./configure \
59
59
--enable-threads
60
60
61
61
make -j ${NUM_CPUS}
62
- make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out
62
+ make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out DYLIB_INSTALL_DIR=@rpath
63
63
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
64
64
65
65
if [ -n " ${STATIC} " ]; then
Original file line number Diff line number Diff line change 54
54
55
55
make -j ${NUM_CPUS}
56
56
touch wish
57
- make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out
57
+ make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out DYLIB_INSTALL_DIR=@rpath
58
58
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
59
59
60
60
# For some reason libtk*.a have weird permissions. Fix that.
You can’t perform that action at this time.
0 commit comments