summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-16 18:56:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-16 18:56:49 (GMT)
commit5c8108b53d8b7c0911d0328b575df59fdc8fe33f (patch)
tree72a13db3d1587792ac2a2ba39615bdeb04f62fe3
parent8506774a00771b0f0e637fd68225e9e448f51e50 (diff)
downloadtk-5c8108b53d8b7c0911d0328b575df59fdc8fe33f.zip
tk-5c8108b53d8b7c0911d0328b575df59fdc8fe33f.tar.gz
tk-5c8108b53d8b7c0911d0328b575df59fdc8fe33f.tar.bz2
--disable-shared is only supported with same Tcl version
-rw-r--r--.github/workflows/linux-with-tcl86-build.yml1
-rw-r--r--.github/workflows/linux-with-tcl9-build.yml1
2 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/linux-with-tcl86-build.yml b/.github/workflows/linux-with-tcl86-build.yml
index bdd77a1..ba83125 100644
--- a/.github/workflows/linux-with-tcl86-build.yml
+++ b/.github/workflows/linux-with-tcl86-build.yml
@@ -26,7 +26,6 @@ jobs:
cfgopt:
- ""
- "CFLAGS=-DTK_NO_DEPRECATED=1"
- - "--disable-shared"
- "--disable-xft"
- "--disable-xss"
- "--enable-symbols"
diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml
index ccff18c..323b314 100644
--- a/.github/workflows/linux-with-tcl9-build.yml
+++ b/.github/workflows/linux-with-tcl9-build.yml
@@ -26,7 +26,6 @@ jobs:
cfgopt:
- ""
- "CFLAGS=-DTK_NO_DEPRECATED=1"
- - "--disable-shared"
- "--disable-xft"
- "--disable-xss"
- "--enable-symbols"