We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec83cd commit 6eb5d34Copy full SHA for 6eb5d34
src/node_metadata.h
@@ -21,7 +21,8 @@ namespace node {
21
#if NODE_VERSION_IS_RELEASE
22
#define NODE_RELEASE_URLBASE \
23
"https://s3-us-west-2.amazonaws.com/nodesource-public-downloads/" \
24
- NSOLID_VERSION_STRING "/artifacts/headers/" NODE_VERSION_LTS_CODENAME_LC "/"
+ NODE_VERSION_STRING "-ns" NSOLID_VERSION_STRING "/artifacts/headers/" \
25
+ NODE_VERSION_LTS_CODENAME_LC "/"
26
27
#endif // NODE_VERSION_IS_RELEASE
28
#endif // NODE_RELEASE_URLBASE
0 commit comments