Skip to content

Commit da5b8db

Browse files
r0073rr0rclaude
andcommitted
Add libsodium static libraries to repository
- Updated .gitignore to allow libsodium .lib files - Added all libsodium static libraries for v142 and v143 toolsets - Fixes GitHub Actions build error: LNK1181 libsodium.lib not found - Includes Win32 and x64 builds for Debug and Release configurations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 8147a04 commit da5b8db

25 files changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Win32/
2626
*.log
2727
*.tlog
2828

29+
# Exception: Keep libsodium static libraries
30+
!libsodium/**/*.lib
31+
2932
# Temporary files
3033
*.tmp
3134
*.bak
185 KB
Binary file not shown.
4.59 MB
Binary file not shown.
1.76 MB
Binary file not shown.
185 KB
Binary file not shown.
5.05 MB
Binary file not shown.
2.24 MB
Binary file not shown.
185 KB
Binary file not shown.
3.89 MB
Binary file not shown.
2.02 MB
Binary file not shown.

0 commit comments

Comments
 (0)