Skip to content

Commit

Permalink
Remove win_delay_load_hook flag, #167
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed May 10, 2022
1 parent 08f113a commit a64c256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"targets": [
{
"target_name": "lmdb",
"win_delay_load_hook": "false",
"sources": [
"src/lmdb-js.cpp",
"dependencies/lmdb/libraries/liblmdb/midl.c",
Expand All @@ -46,7 +45,6 @@
"src/v8-functions.cpp"
],
"include_dirs": [
"<!(node -e \"require('nan')\")",
"<!(node -p \"require('node-addon-api').include_dir\")",
"dependencies/lz4/lib"
],
Expand Down

0 comments on commit a64c256

Please sign in to comment.