aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake-bootstrap-jim4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-bootstrap-jim b/make-bootstrap-jim
index 92a1037..a7b81b2 100755
--- a/make-bootstrap-jim
+++ b/make-bootstrap-jim
@@ -60,8 +60,8 @@ done
# Can we make a bootstrap jimsh work even on mingw32?
cat <<EOF
#if defined(__MINGW32__)
-#define TCL_PLATFORM_OS "windows"
-#define TCL_PLATFORM_PLATFORM "mingw"
+#define TCL_PLATFORM_OS "mingw"
+#define TCL_PLATFORM_PLATFORM "windows"
#define HAVE_MKDIR_ONE_ARG
#define HAVE_SYSTEM
#else