Commit f77086a
committed
fix(link): platform-aware dep archive name (Windows .lib, not hardcoded .a)
The dep static archive was named lib<pkg>.a on every platform; Windows uses
static_lib_ext=.lib / empty lib_prefix, so the hardcoded name broke the Windows
test link. Use platform::lib_prefix + static_lib_ext (mirrors target_output),
placed in bin/. e2e 07 (static lib) is requires:elf so this archive path was
never exercised on Windows before.1 parent 8411adb commit f77086a
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
422 | 428 | | |
423 | 429 | | |
424 | 430 | | |
| |||
0 commit comments