summaryrefslogtreecommitdiff
path: root/core/src/xmake/prefix
diff options
context:
space:
mode:
authorruki <[email protected]>2020-02-16 13:33:50 +0800
committerruki <[email protected]>2020-02-16 13:33:50 +0800
commit748e6e9e98421556131d8ab8a0e7c0a95183b991 (patch)
tree78212b84bdf58c74f883a2b5330062b4dcc9b917 /core/src/xmake/prefix
parent0b07ecdf2dc3ccf2b2d73bc2017656b396f35571 (diff)
update makefile
Diffstat (limited to 'core/src/xmake/prefix')
-rw-r--r--core/src/xmake/prefix/config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/src/xmake/prefix/config.h b/core/src/xmake/prefix/config.h
index b6bd108a8..549a2b265 100644
--- a/core/src/xmake/prefix/config.h
+++ b/core/src/xmake/prefix/config.h
@@ -49,9 +49,19 @@
/* unix/gcc on msys/cygwin? do not support it now!
*
+ * @see https://github.com/xmake-io/xmake/issues/681
+ *
* on msys:
* pacman -S mingw-w64-i686-gcc
* pacman -S mingw-w64-x86_64-gcc
+ *
+ * e.g.
+ * $ pacman -S mingw-w64-x86_64-gcc
+ * $ which gcc
+ * /mingw64/bin/gcc
+ * $ cd xmake
+ * $ make build
+ * $ make install prefix=/mingw64
*/
#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"