summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com>2019-04-24 09:54:59 +0200
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-04-24 14:22:45 +0200
commit5881ad72c9c7996d106b515c57fa0a76c0c97251 (patch)
tree558bb432d479c5d0a1b3475250e12dc5093b4113
parent20b891a0d5bb72cbd50100def638c0879291d9d9 (diff)
downloadqtlocation-mapboxgl-5881ad72c9c7996d106b515c57fa0a76c0c97251.tar.gz
[node] Exclude unsupported node versions from build configuration
(cherry picked from commit c426df0be446420b438f9a09773ce0d67cb41208)
-rw-r--r--cmake/node.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index f126b81637..e3d5ac9d21 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.10.0"
- # Don't build for Node 4.x, 5.x, 7.x, or 9.x
+ # Don't build for Node 4.x, 5.x, 7.x, 9.x, 11.x and 12.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
+ EXCLUDE_NODE_ABIS 46 47 51 59 67 72
)
target_sources(mbgl-node INTERFACE