Build for Node.js 12
This commit is contained in:
parent
7174dfc33e
commit
3f00f89ee6
1 changed files with 2 additions and 1 deletions
3
build.c
3
build.c
|
@ -34,7 +34,8 @@ struct node_version {
|
||||||
char *abi;
|
char *abi;
|
||||||
} versions[] = {
|
} versions[] = {
|
||||||
{"v10.0.0", "64"},
|
{"v10.0.0", "64"},
|
||||||
{"v11.1.0", "67"}
|
{"v11.1.0", "67"},
|
||||||
|
{"v12.0.0", "72"}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Downloads headers, creates folders */
|
/* Downloads headers, creates folders */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue