Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Commit

Permalink
Fix build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwaneko committed Apr 7, 2016
1 parent 5ce7c57 commit 1097809
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion binding.gyp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
'variables': {
'conditions': [
['OS == "win"', {
'lp%': '<!(echo %LIBPROTOBUF%)'
}],
['OS != "win"', {
'lp%': '<!(sh lp.sh)'
}]
Expand All @@ -25,7 +28,7 @@
],
'msvs_settings': {
'VCLinkerTool': {
'AdditionalLibraryDirectories': '<(LIBPROTOBUF)/lib'
'AdditionalLibraryDirectories': '<(lp)/lib'
}
}
}],
Expand Down

0 comments on commit 1097809

Please sign in to comment.