mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 01:02:29 +02:00
Another fix for libnode portfile on Windows
This commit is contained in:
parent
1f7b4ef350
commit
bb428edcac
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,6 +16,7 @@ cmake-build-minsizerelease-visual-studio/
|
|||
cmake-build-release-visual-studio/
|
||||
cmake-build-relwithdebinfo-visual-studio/
|
||||
cmake-build-debug-visual-studio/
|
||||
cmake-build-debug/
|
||||
/release*/
|
||||
/debug*/
|
||||
/gprof*/
|
||||
|
|
|
@ -92,7 +92,7 @@ endif ()
|
|||
if (NODE_INSTALL_PATH)
|
||||
|
||||
else()
|
||||
vcpkg_extract_source_archive(SOURCE_PATH ARCHIVE ${NODE_SOURCE_ARCHIVE} NO_REMOVE_ONE_LEVEL)
|
||||
vcpkg_extract_source_archive(MASTER_COPY_SOURCE_PATH ARCHIVE ${NODE_SOURCE_ARCHIVE} NO_REMOVE_ONE_LEVEL)
|
||||
set(NODE_INSTALL_PATH ${MASTER_COPY_SOURCE_PATH})
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue