Skip to content

Commit

Permalink
chore: v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafyh committed Jul 27, 2024
1 parent b040c8e commit 1d456e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ prebuilds
index.d.ts
LICENSE
README.md
docker
docker
src/build
src/node_modules
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@myunisoft/heif-converter",
"description": "Bindings for the libheif C API to convert an image in Node.js",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [
"heif",
"heic",
Expand Down Expand Up @@ -46,7 +46,7 @@
"file-type": "^19.0.0",
"heic-convert": "^2.1.0",
"node-addon-api": "^8.0.0",
"node-gyp": "^10.1.0",
"node-gyp": "10.0.1",
"rimraf": "^6.0.1",
"tinybench": "^2.8.0"
},
Expand Down
6 changes: 4 additions & 2 deletions src/binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
"defines": [ "NAPI_CPP_EXCEPTIONS" ],
"conditions": [
[
'OS=="linux"', {
'OS=="linux"',
{
"variables": {
"VCPKG_LIB_ROOT%": "<!(echo $VCPKG_LIB_ROOT)",
"conditions": [
[
'"<!(echo $VCPKG_LIB_ROOT)" == ""', {
'"<!(echo $VCPKG_LIB_ROOT)" == ""',
{
"VCPKG_LIB_ROOT%": "/vcpkg/installed/x64-linux"
}
]
Expand Down

0 comments on commit 1d456e8

Please sign in to comment.