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

nimbus-verified-proxy integration with status-go #1497

Closed
wants to merge 1 commit into from

Conversation

vitvly
Copy link
Member

@vitvly vitvly commented Mar 14, 2023

This is depended on by https://github.com/siphiuel/lc-proxy-wrapper.

Custom nim-confutils dependency is due to adding a fix suggested in status-im/nim-confutils#31
.
Tracking issue: status-im/status-go#3282

SHAREDLIBEXT = dylib
else
ifneq (, $(findstring mingw, $(OS))$(findstring cygwin, $(OS))$(findstring msys, $(OS)))
SHAREDLIBEXT = lib
Copy link
Member

Choose a reason for hiding this comment

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

.lib / .a are static libraries, not shared - ie shared libraries use .dll / .so - which is intended here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, thanks for spotting, will fix. This is a partial carryover from earlier implementation that relied only on dynamic libs.

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.

None yet

2 participants