Commit 1c901b1
committed
Windows 第七条:install 需要的不只是模拟器
只构建模拟器目标之后,meson install --no-rebuild 停在
ERROR: File 'trace/trace-events-all' could not be found
那是 install 步骤要拷贝的一个**生成的**数据文件。在这里点名它、而不是去掉
--no-rebuild,是有意的:去掉那个标志会让 meson 重建全部,于是在 MinGW 下链接不了
的那个单元测试又回来了。1 parent 67b29e2 commit 1c901b1
1 file changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
307 | 316 | | |
308 | 317 | | |
309 | 318 | | |
| |||
0 commit comments