Skip to content

VCBuild calling the wrong path for node.lib on windows #215

@pocesar

Description

@pocesar

`The VCBuild.exe is called, but it's trying to load node.lib at the wrong path

LINK : fatal error LNK1181: cannot open input file 'C:\Users\Webdev\.node-gyp\0.10.0\\node.lib'

the correct path is 'C:\Users\Webdev\.node-gyp\0.10.0\\Release\\node.lib' (or depending on the OS version, 'C:\Users\Webdev\.node-gyp\0.10.0\\x64\\node.lib', 'C:\Users\Webdev\.node-gyp\0.10.0\\ia32\\node.lib', but that's the version correctly chosen according to OS to Release)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions