We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9e517 commit 797d115Copy full SHA for 797d115
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