We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0d687 commit 8e293b8Copy full SHA for 8e293b8
cmake/FindNodeJS.cmake
@@ -385,7 +385,7 @@ if(NOT NodeJS_LIBRARY)
385
386
# Compile node as a shared library if needed
387
if(NOT EXISTS "${NodeJS_COMPILE_PATH}")
388
- if(WIN32)
+ if(WIN32 AND MSVC)
389
if(NOT EXISTS "${NodeJS_COMPILE_PATH}/node.dll" AND NOT EXISTS "${NodeJS_COMPILE_PATH}/libnode.dll")
390
message(STATUS "Build NodeJS shared library")
391
0 commit comments