@@ -535,7 +535,7 @@ This option will be enabled if the c type is passed, for example:
```lua
option("wchar")
set_default(false)
- add_cincludes("wchar_t")
+ add_ctypes("wchar_t")
add_defines("HAVE_WCHAR")
target("test")
@@ -698,7 +698,7 @@ target("test")
<p>This option will be enabled if the c type is passed, for example:</p>
<pre><code class="lang-lua">option("wchar")
@@ -661,7 +661,7 @@ target("test")
<p>如果c类型检测通过,此选项将被启用,例如:</p>
@@ -479,7 +479,7 @@ target("test")