-
-
Notifications
You must be signed in to change notification settings - Fork 217
Upgrade libzmq 4.2.0 #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| 'libraries': [ | ||
| '<(PRODUCT_DIR)/../../windows/lib/libzmq', | ||
| 'ws2_32.lib', | ||
| 'iphlpapi' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Given I have no background on this, it looks like someone fell asleep on the keyboard to name this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol. IP Helper API. https://msdn.microsoft.com/en-us/library/windows/desktop/aa366073(v=vs.85).aspx
A good example of how adding an 'e' to make a human readable name would have been a solid idea. iphelpapi would have been better than iphlpapi.
Overall, I think the addition here is fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep it's needed otherwise the build would fail
|
Im glad this leaves room for building from source on Windows. |
|
@lgeiger Wow! Lots of good work here. I didn't do a line-by-line review rather a quick scan. I would say merge it. |
|
@willingc |
|
💯 to humility @lgeiger. |
This also simplifies the build script and move the essential stuff to cross platform js.
It will make it possible to build libzmq from source on windows if someone writes a batch script handling the build.