File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
32
32
* Prevent segfaults caused by creating a too large canvas
33
33
34
34
### Added
35
- * Prebuilds (#992 )
35
+ * Prebuilds (#992 ) with different libc versions to the prebuilt binary ( # 1140 )
36
36
* Support canvas.getContext("2d", {alpha: boolean}) and
37
37
canvas.getContext("2d", {pixelFormat: "..."})
38
38
* Support indexed PNG encoding.
Original file line number Diff line number Diff line change 35
35
"module_name" : " canvas-prebuilt" ,
36
36
"module_path" : " build/Release" ,
37
37
"host" : " https://github.com/node-gfx/node-canvas-prebuilt/releases/download/" ,
38
- "remote_path" : " v{version}"
38
+ "remote_path" : " v{version}" ,
39
+ "package_name" : " {module_name}-v{version}-{node_abi}-{platform}-{libc}-{arch}.tar.gz"
39
40
},
40
41
"dependencies" : {
41
42
"node-pre-gyp" : " ^0.9.0" ,
You can’t perform that action at this time.
0 commit comments