ruki 3 vuotta sitten
vanhempi
sitoutus
d544f9bfee
3 muutettua tiedostoa jossa 96 lisäystä ja 96 poistoa
  1. 3 3
      mirror/package/system_package.html
  2. 3 3
      mirror/zh-cn/package/system_package.html
  3. 90 90
      sitemap.xml

+ 3 - 3
mirror/package/system_package.html

@@ -93,16 +93,16 @@
     <h2 id="findusingsystempackages">Find using system packages</h2>
 <p>Xmake unifies the use of remote packages and system packages, and all use the <code>add_requires("zlib")</code> interface to describe the integration, and the default configuration method, it will first find the library from the system, if not, it will automatically download and install integrated.</p>
 <p>And if we just want to find and use the system library and don&#39;t want to download it remotely, we can configure it like this:</p>
-<pre><code class="lang-lua">add_requires("zlib", {system = false})
+<pre><code class="lang-lua">add_requires("zlib", {system = true})
 
 target("test")
      set_kind("binary")
      add_files("src/*.c")
      add_packages("zlib")
 </code></pre>
-<p>Remote download can be forcibly disabled by <code>{system = false}</code>. At this time, it is equivalent to <code>find_package</code> of Xmake/CMake, but it is simpler and easier to use, and it is exactly the same as the use of remote packages.</p>
+<p>Remote download can be forcibly disabled by <code>{system = true}</code>. At this time, it is equivalent to <code>find_package</code> of Xmake/CMake, but it is simpler and easier to use, and it is exactly the same as the use of remote packages.</p>
 <p>By default, if the system library is not found, it will prompt failure. If the package is optional, you can additionally configure the <code>{optional = true}</code> option.</p>
-<pre><code class="lang-lua">add_requires("zlib", {system = false, optional = true})
+<pre><code class="lang-lua">add_requires("zlib", {system = true, optional = true})
 </code></pre>
 <h2 id="testcommandforfindingpackage">Test command for finding package</h2>
 <p>We can use the following command to quickly detect the package information specified on the system:</p>

+ 3 - 3
mirror/zh-cn/package/system_package.html

@@ -93,16 +93,16 @@
     <h2 id="">查找使用系统包</h2>
 <p>Xmake 对远程包和系统包的使用进行了统一,全部使用 <code>add_requires("zlib")</code> 接口来描述集成,而默认的配置方式,它会优先从系统上查找库,如果没有,会自动下载安装集成。</p>
 <p>而如果我们仅仅想查找使用系统库,不想远程下载,可以这么配置:</p>
-<pre><code class="lang-lua">add_requires("zlib", {system = false})
+<pre><code class="lang-lua">add_requires("zlib", {system = true})
 
 target("test")
     set_kind("binary")
     add_files("src/*.c")
     add_packages("zlib")
 </code></pre>
-<p>通过 <code>{system = false}</code> 就可以强制禁用远程下载,这时候,他就等价于 Xmake/CMake 的 <code>find_package</code>,但是更加简单易用,并且和远程包使用方式完全一致。</p>
+<p>通过 <code>{system = true}</code> 就可以强制禁用远程下载,这时候,他就等价于 Xmake/CMake 的 <code>find_package</code>,但是更加简单易用,并且和远程包使用方式完全一致。</p>
 <p>默认情况下,如果找不到系统库,就是提示失败,如果这个包是可选的,那么可以额外配置 <code>{optional = true}</code> 选项。</p>
-<pre><code class="lang-lua">add_requires("zlib", {system = false, optional = true})
+<pre><code class="lang-lua">add_requires("zlib", {system = true, optional = true})
 </code></pre>
 <h2 id="">查找包快速测试</h2>
 <p>我们可以使用下面的命令,快速检测系统上指定的包信息:</p>

+ 90 - 90
sitemap.xml

@@ -12,452 +12,452 @@
 
 <url>
   <loc>https://xmake.io/mirror/guide/project_examples.html</loc>
-  <lastmod>2022-03-08T10:59:14+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:01+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/other_features.html</loc>
-  <lastmod>2022-03-08T10:59:14+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/quickstart.html</loc>
-  <lastmod>2022-03-08T10:59:14+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/faq.html</loc>
-  <lastmod>2022-03-08T10:59:15+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/configuration.html</loc>
-  <lastmod>2022-03-08T10:59:15+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/syntax_description.html</loc>
-  <lastmod>2022-03-08T10:59:15+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/guide/installation.html</loc>
-  <lastmod>2022-03-08T10:59:15+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:02+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/plugin_development.html</loc>
-  <lastmod>2022-03-08T10:59:15+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/more_plugins.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/awesome.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/technical_support.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:03+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/changelog.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/contact.html</loc>
-  <lastmod>2022-03-08T10:59:16+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/introduction.html</loc>
-  <lastmod>2022-03-08T10:59:17+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-03-08T10:59:17+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/about/sponsor.html</loc>
-  <lastmod>2022-03-08T10:59:17+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:04+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/index.html</loc>
-  <lastmod>2022-03-08T10:59:17+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/project_examples.html</loc>
-  <lastmod>2022-03-08T10:59:17+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/other_features.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/quickstart.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/faq.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:05+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/configuration.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/syntax_description.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/guide/installation.html</loc>
-  <lastmod>2022-03-08T10:59:18+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/plugin_development.html</loc>
-  <lastmod>2022-03-08T10:59:19+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/more_plugins.html</loc>
-  <lastmod>2022-03-08T10:59:19+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:06+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/plugin/builtin_plugins.html</loc>
-  <lastmod>2022-03-08T10:59:19+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/awesome.html</loc>
-  <lastmod>2022-03-08T10:59:19+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/technical_support.html</loc>
-  <lastmod>2022-03-08T10:59:19+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/changelog.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/contact.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:07+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/peripheral_items.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/introduction.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/who_is_using_xmake.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/sponsor.html</loc>
-  <lastmod>2022-03-08T10:59:20+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/about/course.html</loc>
-  <lastmod>2022-03-08T10:59:21+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/index.html</loc>
-  <lastmod>2022-03-08T10:59:21+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:08+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/getting_started.html</loc>
-  <lastmod>2022-03-08T10:59:21+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/specification.html</loc>
-  <lastmod>2022-03-08T10:59:21+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_variables.html</loc>
-  <lastmod>2022-03-08T10:59:21+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/conditions.html</loc>
-  <lastmod>2022-03-08T10:59:22+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_rule.html</loc>
-  <lastmod>2022-03-08T10:59:22+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:09+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/target_instance.html</loc>
-  <lastmod>2022-03-08T10:59:22+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/project_target.html</loc>
-  <lastmod>2022-03-08T10:59:22+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/builtin_modules.html</loc>
-  <lastmod>2022-03-08T10:59:22+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/custom_toolchain.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/plugin_task.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:10+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_dependencies.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/configuration_option.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/extension_modules.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/helper_interfaces.html</loc>
-  <lastmod>2022-03-08T10:59:23+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:11+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/global_interfaces.html</loc>
-  <lastmod>2022-03-08T10:59:24+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/package_instance.html</loc>
-  <lastmod>2022-03-08T10:59:24+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/manual/option_instance.html</loc>
-  <lastmod>2022-03-08T10:59:24+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/builtin_themes.html</loc>
-  <lastmod>2022-03-08T10:59:24+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/theme/switch_theme.html</loc>
-  <lastmod>2022-03-08T10:59:24+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:12+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-03-08T10:59:25+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package_old.html</loc>
-  <lastmod>2022-03-08T10:59:25+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/local_package.html</loc>
-  <lastmod>2022-03-08T10:59:25+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/system_package.html</loc>
-  <lastmod>2022-03-08T10:59:25+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/package/remote_package.html</loc>
-  <lastmod>2022-03-08T10:59:25+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:13+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/zh-cn/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/getting_started.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/specification.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_variables.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/conditions.html</loc>
-  <lastmod>2022-03-08T10:59:26+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:14+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_rule.html</loc>
-  <lastmod>2022-03-08T10:59:27+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/target_instance.html</loc>
-  <lastmod>2022-03-08T10:59:27+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/project_target.html</loc>
-  <lastmod>2022-03-08T10:59:27+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/builtin_modules.html</loc>
-  <lastmod>2022-03-08T10:59:27+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/custom_toolchain.html</loc>
-  <lastmod>2022-03-08T10:59:27+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:15+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/plugin_task.html</loc>
-  <lastmod>2022-03-08T10:59:28+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_dependencies.html</loc>
-  <lastmod>2022-03-08T10:59:28+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/configuration_option.html</loc>
-  <lastmod>2022-03-08T10:59:28+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/extension_modules.html</loc>
-  <lastmod>2022-03-08T10:59:28+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/helper_interfaces.html</loc>
-  <lastmod>2022-03-08T10:59:28+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/global_interfaces.html</loc>
-  <lastmod>2022-03-08T10:59:29+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:16+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/package_instance.html</loc>
-  <lastmod>2022-03-08T10:59:29+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/manual/option_instance.html</loc>
-  <lastmod>2022-03-08T10:59:29+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/builtin_themes.html</loc>
-  <lastmod>2022-03-08T10:59:29+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/theme/switch_theme.html</loc>
-  <lastmod>2022-03-08T10:59:29+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_3rd_source_library.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:17+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package_old.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/local_package.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/system_package.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/package/remote_package.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/remote_toolchain.html</loc>
-  <lastmod>2022-03-08T10:59:30+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:18+08:00</lastmod>
 </url>
 
 <url>
   <loc>https://xmake.io/mirror/toolchain/builtin_toolchains.html</loc>
-  <lastmod>2022-03-08T10:59:31+08:00</lastmod>
+  <lastmod>2022-03-10T22:05:19+08:00</lastmod>
 </url>
 
 </urlset>