Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

socks5-proxy won't compile under windows #1293

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

socks5-proxy won't compile under windows #1293

wants to merge 7 commits into from

Conversation

agrandville
Copy link

compile the sample under windows is not naturaly.
I propose several modifications to get this sample functional.

{
'dependencies': ['../../uv.gyp:libuv'],
Copy link
Contributor

Choose a reason for hiding this comment

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

You should probably try placing this above the targets:

'variables': {
  'uv_library': 'static'
}

Copy link
Author

Choose a reason for hiding this comment

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

all right

To compile the libuv dependency, uv_library must a be declared
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants