aboutsummaryrefslogtreecommitdiff
path: root/auto.def
diff options
context:
space:
mode:
Diffstat (limited to 'auto.def')
-rw-r--r--auto.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/auto.def b/auto.def
index 0e01d24..bd3119a 100644
--- a/auto.def
+++ b/auto.def
@@ -79,11 +79,13 @@ switch -glob -- $host_os {
define-feature dlopen-compat
define TCL_PLATFORM_OS $host_os
define TCL_PLATFORM_PLATFORM windows
+ define TCL_PLATFORM_PATH_SEPARATOR {;}
}
default {
# Note that cygwin is considered a unix platform
define TCL_PLATFORM_OS $host_os
define TCL_PLATFORM_PLATFORM unix
+ define TCL_PLATFORM_PATH_SEPARATOR :
}
}