Unverified Commit 29cf335e authored by Yihong Wang's avatar Yihong Wang Committed by Anna Henningsen
Browse files

build: skip cctest on Windows shared lib build



cctest depends on some internal APIs which don't declare
`__declspec(dllexport)` and causes build failure when building
node as shared lib on Windows. Since we already have good test
coverage in static lib, we decide to skip the cctest in shared
lib build on Windows.

Signed-off-by: default avatarYihong Wang <yh.wang@ibm.com>

PR-URL: https://github.com/nodejs/node/pull/21228


Reviewed-By: default avatarRefael Ackermann <refack@gmail.com>
parent 4286dcf1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment