File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
6262make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out DYLIB_INSTALL_DIR=@rpath
6363make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
6464
Original file line number Diff line number Diff 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
6161touch wish
6262make -j ${NUM_CPUS} install DESTDIR=${ROOT} /out DYLIB_INSTALL_DIR=@rpath
6363make -j ${NUM_CPUS} install-private-headers DESTDIR=${ROOT} /out
You can’t perform that action at this time.
0 commit comments