Skip to content

build: make --shared-[...]-path work on Windows

The -L<path> syntax isn't recognized by link.exe, and gyp doesn't translate it properly. Without this, link.exe generates the following warning and fails to link:

LINK : warning LNK4044: unrecognized option '/LC:/Users/nornagon/...'; ignored
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading