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 \
58
58
--enable-shared" ${STATIC: +=no} " \
59
59
--enable-threads
60
60
61
- make -j ${NUM_CPUS}
61
+ make -j ${NUM_CPUS} DYLIB_INSTALL_DIR=@rpath
62
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
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
57
57
sed " ${sed_args[@]} " ' s/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread/-lpthread $(X11_LIB_SWITCHES) -ldl -lpthread -lXau -lxcb/' Makefile
58
58
# fi
59
59
60
- make -j ${NUM_CPUS}
60
+ make -j ${NUM_CPUS} DYLIB_INSTALL_DIR=@rpath
61
61
touch wish
62
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
You can’t perform that action at this time.
0 commit comments