mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 19:22:16 +02:00
Fix libnode vcpkg failure on Windows
This commit is contained in:
parent
7da45e2d64
commit
1f7b4ef350
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ else ()
|
|||
endif ()
|
||||
endif ()
|
||||
|
||||
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||
if (NODE_INSTALL_PATH)
|
||||
|
||||
else()
|
||||
vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE ${NODE_SOURCE_ARCHIVE} NO_REMOVE_ONE_LEVEL)
|
||||
|
|
Loading…
Reference in a new issue