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

Windows Compilation Fixes #221

Merged
merged 5 commits into from
Aug 18, 2017
Merged

Commits on Aug 11, 2017

  1. Fix linking neon-runtime on windows.

    -l is only intended to communicate the names of libraries
    
    See rust-lang/rust#38850 for more details.
    hone committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    5b83c05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99be4c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2017

  1. make compatible with npm <= 5.0.0

    npm 5.0.3 changed the CLI output so '-Dnode_lib_file' returned the path of
    the file vs just the file name.
    hone committed Aug 18, 2017
    Configuration menu
    Copy the full SHA
    a188d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a324cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    331852f View commit details
    Browse the repository at this point in the history