Commit ef511d0
fix: Correct Windows library name from randomx.dll to librandomx.dll
MinGW Makefiles with BUILD_SHARED_LIBS=ON automatically adds the 'lib'
prefix to shared libraries, producing 'librandomx.dll' instead of
'randomx.dll'. This fix updates the GitHub Actions workflow and all
documentation to reflect the actual CMake output.
Changes:
- GitHub Actions workflow: Update source_lib to 'librandomx.dll'
- CLAUDE.md: Update Windows build command to use librandomx.dll
- README.md: Update Windows build command to use librandomx.dll
This aligns Windows naming with Linux (librandomx.so) and macOS
(librandomx.dylib) conventions, ensuring consistency across all platforms.
Fixes: GitHub Actions Windows build failure
Closes: #[issue_number_if_applicable]
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 8517ebb commit ef511d0
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments