summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shalamov <alexander.shalamov@mapbox.com>2019-10-22 22:28:45 +0300
committerDane Springmeyer <dane@mapbox.com>2019-10-24 13:49:07 -0700
commitb2d424d2585843aa05d261278fd21093d83e67e6 (patch)
treeef98f351b88ae9694580eb3cdff924056951a16a
parentb8d804b38c8f533fbb1fb7bb0d1ce63b02241dae (diff)
downloadqtlocation-mapboxgl-b2d424d2585843aa05d261278fd21093d83e67e6.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
-rw-r--r--package.json2
3 files changed, 4 insertions, 3 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(
diff --git a/package.json b/package.json
index 5668597430..6d6ed043de 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@mapbox/mapbox-gl-native",
- "version": "5.0.0-beta1",
+ "version": "5.0.0-beta2",
"description": "Renders map tiles with Mapbox GL",
"keywords": [
"mapbox",