Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2011-09-02 23:53:16 +0400
committerRyan Dahl <ry@tinyclouds.org>2011-09-02 23:53:20 +0400
commit197628846dd4c9a281b60fc8a18cb4059511367d (patch)
tree71488368b0d232bf5a5b0329ef028c9d43222657 /node.gyp
parentc28f20f8804a8754a39515fbb4dd17eb2225981b (diff)
win: link to psapi.lib
broke in 65c2763
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index b1112adb08c..c90927f6320 100644
--- a/node.gyp
+++ b/node.gyp
@@ -112,6 +112,7 @@
# we need to use node's preferred "win32" rather than gyp's preferred "win"
'PLATFORM="win32"',
],
+ 'libraries': [ '-lpsapi.lib' ]
},{ # POSIX
'defines': [ '__POSIX__' ],
'sources': [