Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Windows compilation support (fix missing -lws2_32) #158

Merged
merged 1 commit into from
Apr 16, 2018

Conversation

zatherz
Copy link
Contributor

@zatherz zatherz commented Apr 15, 2018

Adds 3 lines into the main CMakeLists.txt so that the user can provide -DWINDOWS=1 to cmake to include the necessary dependency ws2_32 in the build process.

See: Mbed-TLS/mbedtls#231

The mbedtls makefile isn't used, therefore the dependency has to be added in the LIEF CMakeLists.

Provide `-DWINDOWS=1` to cmake to include necessary dependency ws2_32 in the build process.
@romainthomas romainthomas merged commit 29623d8 into lief-project:master Apr 16, 2018
romainthomas added a commit that referenced this pull request Jan 17, 2022
Windows compilation support (fix missing -lws2_32)
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants