Skip to content

Commit

Permalink
Don't target a too recent ABI
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Cruz Viotti <[email protected]>
  • Loading branch information
jviotti committed Nov 27, 2017
1 parent 24b4b9e commit a45044c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Install `winusb-driver-generator` by running:
npm install --save winusb-driver-generator
```

Note that because of WinDDK, you can only build this module using Visual Studio
2013, and can't target a Node v9.0.0 ABI, which uses C++ constructs unsupported
on such Visual Studio version.

Documentation
-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "npm run lint-js && npm run lint-cpp",
"test": "npm run lint",
"install": "prebuild-install || npm run rebuild",
"prebuild": "prebuild --runtime electron --target 1.6.0 --target 1.7.0 --target 1.8.0 --strip"
"prebuild": "prebuild --runtime electron --target 1.6.0 --target 1.7.0 --strip"
},
"author": "Juan Cruz Viotti <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit a45044c

Please sign in to comment.