summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-22 22:28:45 +0300
committerAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-22 23:46:55 +0300
commitb1d048217a08bf38f0c2037d56381e158da7b6bf (patch)
treeb81a36eacadde06ac29c875422b5bceac5e11c2d
parenta4c2cdb507cf35041e4215a2e55eb2b9f9c84ccf (diff)
downloadqtlocation-mapboxgl-b1d048217a08bf38f0c2037d56381e158da7b6bf.tar.gz
[node] Exclude node abi 79 (13.x) from build
-rw-r--r--cmake/node.cmake4
-rw-r--r--next/platform/node/CMakeLists.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index edea4df71b..1e01c8edba 100644
--- a/cmake/node.cmake
+++ b/cmake/node.cmake
@@ -22,11 +22,11 @@ add_node_module(mbgl-node
INSTALL_PATH "lib/{node_abi}/mbgl.node"
NAN_VERSION "2.14.0"
- # Don't build for Node 4.x, 5.x, 7.x, 9.x, 11.x and 12.x
+ # Don't build for Node 4.x, 5.x, 7.x, 9.x, 11.x, 12.x and 13.x
# See https://nodejs.org/en/download/releases/ for mapping of Node version to ABI number.
# Changes to this property should happen in tandem with updates to the version targets
# in platform/node/scripts/publish.sh and the "node" engines property in package.json.
- EXCLUDE_NODE_ABIS 46 47 51 59 67 72
+ EXCLUDE_NODE_ABIS 46 47 51 59 67 72 79
)
target_sources(mbgl-node INTERFACE
diff --git a/next/platform/node/CMakeLists.txt b/next/platform/node/CMakeLists.txt
index 432979b473..840fab2964 100644
--- a/next/platform/node/CMakeLists.txt
+++ b/next/platform/node/CMakeLists.txt
@@ -18,6 +18,7 @@ add_node_module(
59
67
72
+ 79
)
target_sources(