mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 03:47:56 +02:00
Fixed formatting and added a comment
This commit is contained in:
parent
bb428edcac
commit
d6e5b5faf7
1 changed files with 6 additions and 10 deletions
|
@ -27,17 +27,13 @@ else ()
|
||||||
# else Linux desktop
|
# else Linux desktop
|
||||||
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
if (VCPKG_TARGET_ARCHITECTURE STREQUAL "x64")
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
SOURCE_PATH
|
REPO nodejs/node
|
||||||
REPO
|
REF v18.16.0
|
||||||
nodejs/node
|
SHA512 9b983b899acd02e7ed761bc3633fc56855e10335fcdb558a29d1cf068ce1125991c9a781616d82a9dc90be6e8ba1bf4a34a10a92c6b7db9cbe33ef7fa7dda67f
|
||||||
REF
|
HEAD_REF v18.16.0
|
||||||
v18.16.0
|
|
||||||
SHA512
|
|
||||||
9b983b899acd02e7ed761bc3633fc56855e10335fcdb558a29d1cf068ce1125991c9a781616d82a9dc90be6e8ba1bf4a34a10a92c6b7db9cbe33ef7fa7dda67f
|
|
||||||
HEAD_REF
|
|
||||||
v18.16.0
|
|
||||||
)
|
)
|
||||||
|
# v18.16.0-e8bd828d3a.clean is getting added by VCPKG. It will need to be updated when we update libnode version.
|
||||||
file(COPY ${SOURCE_PATH} DESTINATION "${CURRENT_BUILDTREES_DIR}")
|
file(COPY ${SOURCE_PATH} DESTINATION "${CURRENT_BUILDTREES_DIR}")
|
||||||
vcpkg_execute_build_process(
|
vcpkg_execute_build_process(
|
||||||
COMMAND ./configure --gdb --shared --v8-enable-object-print --shared-openssl --prefix=${CURRENT_BUILDTREES_DIR}/node-install/
|
COMMAND ./configure --gdb --shared --v8-enable-object-print --shared-openssl --prefix=${CURRENT_BUILDTREES_DIR}/node-install/
|
||||||
|
|
Loading…
Reference in a new issue