Commit 9f9eaf5
Fix config.mk self-referential comment and Windows MSVC static lib naming conflict
1. Remove self-referential comment from config.mk (comment was for config.ini)
2. Guard OUTPUT_NAME hv on static target to avoid .lib conflict on Windows
when both BUILD_SHARED and BUILD_STATIC are enabled
Co-authored-by: ithewei <26049660+ithewei@users.noreply.github.com>1 parent ce692fe commit 9f9eaf5
2 files changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
271 | 273 | | |
272 | 274 | | |
273 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | 1 | | |
5 | 2 | | |
6 | 3 | | |
| |||
0 commit comments