🐛 fix compilation error

in windows mingw-w64 win32 thread model,
but we do not suggest you to use this,
please use posix thread model
This commit is contained in:
ValKmjolnir
2023-04-23 00:02:39 +08:00
parent 94f7c941f6
commit c858afbb76
6 changed files with 406 additions and 381 deletions
+2
View File
@@ -65,6 +65,8 @@ __注意__: 如果你想直接下载发行版提供的zip/tar.gz压缩包来构
`Windows` 平台(`MinGW-w64`):
一定要确保您的 MinGW thread model 是 `posix thread model`, 否则可能存在没有 thread 库的问题。
> mingw32-make nasal.exe
你也可以在`Visual Studio`中用这种方式来创建项目:[__点击跳转__](../doc/vs.md)。