Skip to content

Conversation

@gustrd
Copy link
Contributor

@gustrd gustrd commented Dec 12, 2025

Small linker fix to allow the procedure described in build.md to work correctly using w64devkit.

Missing link found with Claude and corrected with Gemini.

@ngxson ngxson merged commit 2eaa2c6 into ggml-org:master Dec 12, 2025
77 of 79 checks passed
Comment on lines +13 to +15
if (WIN32 AND NOT MSVC)
target_link_libraries(${TARGET} PUBLIC ws2_32)
endif()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In case PRIVATE linkage is enough, consider changing this to reduce public scope pollution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants