Skip to content

Commit

Permalink
Auto-merge for PR #63 via VersionBot
Browse files Browse the repository at this point in the history
fix(windows): Link to appropriate libraries
  • Loading branch information
resin-io-modules-versionbot[bot] authored Jan 19, 2018
2 parents 6b0de82 + ee65b2a commit 677ca69
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.3.9 - 2018-01-18

* Fix(windows): Link to appropriate libraries #63 [Jonas Hermsmeier]

## v1.3.8 - 2017-12-21

* Upgrade(package): Bump dependencies #61 [Jonas Hermsmeier]
Expand Down
16 changes: 14 additions & 2 deletions binding.gyp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
"src/worker-unmount.cpp",
"src/worker-eject.cpp"
],
"msvs_settings": {
"VCLinkerTool": {
"SetChecksum": "true"
},
"VCCLCompilerTool": {
"ExceptionHandling": 1,
"AdditionalOptions": [
"/EHsc"
]
}
},
'conditions': [

[ 'OS=="linux"', {
Expand All @@ -23,8 +34,9 @@
"src/windows/functions.cpp"
],
"libraries": [
"-luser32.lib",
"-lsetupapi.lib",
"-lKernel32.lib",
"-lSetupAPI.lib",
"-lCfgmgr32.lib"
],
} ],

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mountutils",
"version": "1.3.8",
"version": "1.3.9",
"main": "index.js",
"description": "Cross platform mount related utilities",
"homepage": "https://github.com/resin-io-modules/mountutils",
Expand Down

0 comments on commit 677ca69

Please sign in to comment.