Skip to content
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

mk-nghttp2.bat: fix missing exports issue in libcurl.dll #4

Merged
merged 1 commit into from
Dec 28, 2015

Conversation

vszakats
Copy link
Member

where only nghttp2-related symbols get exported when
nghttp2 lib is linked to it. Build nghttp2 libs with -DNGHTTP2_STATICLIB
so the functions are declared without __declspec(dllexport)
like the rest of functions from libcurl and libssh2.

where only nghttp2-related symbols get exported when 
nghttp2 lib is linked to it. Build nghttp2 libs with `-DNGHTTP2_STATICLIB`
so the functions are declared _without_ `__declspec(dllexport)`
like the rest of functions from libcurl and libssh2.
vszakats added a commit that referenced this pull request Dec 28, 2015
mk-nghttp2.bat: fix missing exports issue in libcurl.dll
@vszakats vszakats merged commit 59b76da into master Dec 28, 2015
@vszakats vszakats deleted the fix_libcurldll.a branch December 28, 2015 11:34
vszakats added a commit that referenced this pull request Jan 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant