Commit 1663c4d
Fix Windows linking: use -lmecab instead of -llibmecab
MinGW's -l flag prepends 'lib', so -llibmecab searches for
liblibmecab.dll.a which doesn't exist. Use -lmecab to correctly
find libmecab.dll.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ec03404 commit 1663c4d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments