summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------core/src/tbox/tbox0
-rw-r--r--core/src/xmake/prefix/config.h10
2 files changed, 10 insertions, 0 deletions
diff --git a/core/src/tbox/tbox b/core/src/tbox/tbox
-Subproject 66ecedaa2ae8b7c3d40bc8b0de47a889c4bc655
+Subproject 37ba0093d152b0d892925aee0e0d7b2ea66360c
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index 157efe6b5..b6bd108a8 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -47,6 +47,16 @@
# define __xm_debug__
#endif
+/* unix/gcc on msys/cygwin? do not support it now!
+ *
+ * on msys:
+ * pacman -S mingw-w64-i686-gcc
+ * pacman -S mingw-w64-x86_64-gcc
+ */
+#if defined(TB_CONFIG_OS_WINDOWS) && defined(TB_COMPILER_LIKE_UNIX)
+# error "do not support gcc on msys/cygwin, please uses mingw-w64-[i686|x86_64]-gcc"
+#endif
+
#endif