Skip to content

Commit fbd7957

Browse files
committed
fixup! Build libtcl
1 parent 513c889 commit fbd7957

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cpython-unix/build-tcl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CFLAGS="${CFLAGS}" CPPFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" ./configure \
5858
--enable-shared"${STATIC:+=no}" \
5959
--enable-threads
6060

61-
make -j ${NUM_CPUS}
61+
make -j ${NUM_CPUS} DYLIB_INSTALL_DIR=@rpath
6262
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out DYLIB_INSTALL_DIR=@rpath
6363
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT}/out
6464

cpython-unix/build-tk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ sed "${sed_args[@]}" 's/install-binaries: $(TK_STUB_LIB_FILE) $(TK_LIB_FILE) ${W
5757
sed "${sed_args[@]}" 's/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread -lXau -lxcb/' Makefile
5858
#fi
5959

60-
make -j ${NUM_CPUS}
60+
make -j ${NUM_CPUS} DYLIB_INSTALL_DIR=@rpath
6161
touch wish
6262
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out DYLIB_INSTALL_DIR=@rpath
6363
make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)