summaryrefslogtreecommitdiffstats
path: root/.github/workflows/win-build.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-23 10:01:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-23 10:01:13 (GMT)
commitaf23e7a53d932dcfc96adbdbb3fb0b96f9643b36 (patch)
tree9ae8439926a4e72349e2adb6db6316f2799ee0a2 /.github/workflows/win-build.yml
parenta128f1c033a14abdb1ef0f50f4e48f8ec8f497eb (diff)
downloadtcl-af23e7a53d932dcfc96adbdbb3fb0b96f9643b36.zip
tcl-af23e7a53d932dcfc96adbdbb3fb0b96f9643b36.tar.gz
tcl-af23e7a53d932dcfc96adbdbb3fb0b96f9643b36.tar.bz2
EXTRA_CC_SWITCHES quoting doesn't work. Let's try again
Diffstat (limited to '.github/workflows/win-build.yml')
-rw-r--r--.github/workflows/win-build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 9573b1e..7545b33 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -55,7 +55,7 @@ jobs:
- ""
- "CFLAGS=-DTCL_UTF_MAX=4"
- "CFLAGS=-DTCL_NO_DEPRECATED=1"
- - "EXTRA_CC_SWITCHES='-x c++'"
+ - "EXTRA_CC_SWITCHES=\"-x c++\""
- "--disable-shared"
- "--enable-symbols"
- "--enable-symbols=mem"