TclTk: build shared libraries on Linux

This commit is contained in:
2019-09-05 17:24:25 +02:00
parent a5cbfced07
commit 093a1f7ad1
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ pbuild::configure_Darwin() {
pbuild::configure_Linux() {
"${SRC_DIR}/unix/configure" \
--prefix="${PREFIX}" \
--enable-shared=no \
|| exit 1
}

View File

@@ -27,7 +27,6 @@ pbuild::configure_Darwin() {
pbuild::configure_Linux() {
"${SRC_DIR}/unix/configure" \
--prefix="${PREFIX}" \
--enable-shared=no \
--with-tcl="${PREFIX}/lib" \
|| exit 1
}