ruki 4 лет назад
Родитель
Сommit
3066da0396
3 измененных файлов с 108 добавлено и 108 удалено
  1. 9 9
      mirror/guide/configuration.html
  2. 9 9
      mirror/zh-cn/guide/configuration.html
  3. 90 90
      sitemap.xml

+ 9 - 9
mirror/guide/configuration.html

@@ -802,6 +802,14 @@ XMAKE_LOGFILE Set the log output file path.
 <li>Set the user&#39;s temporary directory</li>
 </ul>
 <p>By default, xmake will use <code>/tmp/.xmake</code> and <code>%TEMP%/.xmake</code>. Of course, users can modify the default path through this variable.</p>
+<h3 id="xmake_configdir">XMAKE_CONFIGDIR</h3>
+<ul>
+<li>Set local project configuration directory</li>
+</ul>
+<p>The local compilation configuration of each project will be stored in the <code>.xmake</code> path in the root directory of the current project by default, and then differentiated according to different platforms and architectures, for example:</p>
+<pre><code class="lang-console">.xmake/macosx/x86_64
+</code></pre>
+<p>If we don&#39;t want to store it in the root directory of the project, we can also set it to other paths ourselves, such as the build directory and so on.</p>
 <h3 id="xmake_globaldir">XMAKE_GLOBALDIR</h3>
 <ul>
 <li>Set the root directory of the global configuration file</li>
@@ -851,7 +859,7 @@ XMAKE_LOGFILE Set the log output file path.
 <li>Set the installation root directory of the dependent package</li>
 </ul>
 <p>The default global directory for xmake&#39;s remote package installation is <code>~/.xmake/packages</code>, but users can also set this variable to modify it individually.</p>
-<h3 id="xmake_pkg_cachedirsetthecachedirectoryofpackages">XMAKE_PKG_CACHEDIR Set the cache directory of packages.</h3>
+<h3 id="xmake_pkg_cachedir">XMAKE_PKG_CACHEDIR</h3>
 <ul>
 <li>Set the cache directory of dependent packages</li>
 </ul>
@@ -902,14 +910,6 @@ length: @programdir/core/base/heap.lua: 120
 $ xmake
 </code></pre>
 <p>If not set, the default path is: <code>~/.xmake/xmakerc.lua</code>.</p>
-<h3 id="xmake_configdir">XMAKE_CONFIGDIR</h3>
-<ul>
-<li>Set local project configuration directory</li>
-</ul>
-<p>The local compilation configuration of each project will be stored in the <code>.xmake</code> path in the root directory of the current project by default, and then differentiated according to different platforms and architectures, for example:</p>
-<pre><code class="lang-console">.xmake/macosx/x86_64
-</code></pre>
-<p>If we don&#39;t want to store it in the root directory of the project, we can also set it to other paths ourselves, such as the build directory and so on.</p>
 <h3 id="xmake_logfile">XMAKE_LOGFILE</h3>
 <ul>
 <li>Set the log file path</li>

+ 9 - 9
mirror/zh-cn/guide/configuration.html

@@ -809,6 +809,14 @@ XMAKE_LOGFILE           Set the log output file path.
 <li>设置用户的临时目录</li>
 </ul>
 <p>默认 xmake 会使用 <code>/tmp/.xmake</code> 和 <code>%TEMP%/.xmake</code>,当然用户可以通过这个变量去修改默认路径。</p>
+<h3 id="xmake_configdir">XMAKE_CONFIGDIR</h3>
+<ul>
+<li>设置本地工程配置目录</li>
+</ul>
+<p>每个项目的本地编译配置,默认会存储在当前项目根目录的 <code>.xmake</code> 路径下,然后根据不同的平台,架构区分,例如:</p>
+<pre><code class="lang-console">.xmake/macosx/x86_64
+</code></pre>
+<p>我们如果不想存储在项目根目录,也可以自己设置到其他路径,比如 build 目录下等等。</p>
 <h3 id="xmake_globaldir">XMAKE_GLOBALDIR</h3>
 <ul>
 <li>设置全局配置文件根目录</li>
@@ -860,7 +868,7 @@ XMAKE_LOGFILE           Set the log output file path.
 <li>设置依赖包的安装根目录</li>
 </ul>
 <p>xmake 的远程包安装的全局目录默认是 <code>~/.xmake/packages</code>,但是用户也可以设置这个变量,去单独修改它。</p>
-<h3 id="xmake_pkg_cachedirsetthecachedirectoryofpackages">XMAKE_PKG_CACHEDIR      Set the cache directory of packages.</h3>
+<h3 id="xmake_pkg_cachedir">XMAKE_PKG_CACHEDIR</h3>
 <ul>
 <li>设置依赖包的缓存目录</li>
 </ul>
@@ -913,14 +921,6 @@ length                        : @programdir/core/base/heap.lua: 120
 $ xmake
 </code></pre>
 <p>如果不设置,默认路径为:<code>~/.xmake/xmakerc.lua</code>。</p>
-<h3 id="xmake_configdir">XMAKE_CONFIGDIR</h3>
-<ul>
-<li>设置本地工程配置目录</li>
-</ul>
-<p>每个项目的本地编译配置,默认会存储在当前项目根目录的 <code>.xmake</code> 路径下,然后根据不同的平台,架构区分,例如:</p>
-<pre><code class="lang-console">.xmake/macosx/x86_64
-</code></pre>
-<p>我们如果不想存储在项目根目录,也可以自己设置到其他路径,比如 build 目录下等等。</p>
 <h3 id="xmake_logfile">XMAKE_LOGFILE</h3>
 <ul>
 <li>设置日志文件路径</li>

+ 90 - 90
sitemap.xml

@@ -12,452 +12,452 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2021-11-04T23:16:42+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/other_features.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:41+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2021-11-04T23:16:43+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:42+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2021-11-04T23:16:44+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:43+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/other_features.html</loc>
-  <lastmod>2021-11-04T23:16:45+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:44+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2021-11-04T23:16:46+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:45+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2021-11-04T23:16:47+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:46+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2021-11-04T23:16:48+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:47+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2021-11-04T23:16:49+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:48+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2021-11-04T23:16:50+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2021-11-04T23:16:51+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2021-11-04T23:16:51+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2021-11-04T23:16:51+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2021-11-04T23:16:51+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:49+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2021-11-04T23:16:51+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:50+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2021-11-04T23:16:52+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:51+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2021-11-04T23:16:53+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:52+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2021-11-04T23:16:54+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:53+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2021-11-04T23:16:55+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:54+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2021-11-04T23:16:56+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2021-11-04T23:16:57+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2021-11-04T23:16:57+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2021-11-04T23:16:57+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2021-11-04T23:16:57+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2021-11-04T23:16:57+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:55+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2021-11-04T23:16:58+08:00</lastmod>
+  <lastmod>2021-11-09T21:18:56+08:00</lastmod>
 </url>
 
 </urlset>