mirror of
https://github.com/electron/node-gyp.git
synced 2025-08-15 12:58:19 +02:00
Fix build on Windows 2003 Server with MSVC 2008
Use quotation marks to encapsulate the path to node.lib. Use ConfigurationName instead of Configuration for the variable getting the Debug/Release directory.
This commit is contained in:
parent
7e98c99ce7
commit
b6baca7912
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
'-luuid.lib',
|
||||
'-lodbc32.lib',
|
||||
'-lDelayImp.lib',
|
||||
'-l<(node_root_dir)/$(Configuration)/node.lib'
|
||||
'-l"<(node_root_dir)/$(ConfigurationName)/node.lib"'
|
||||
],
|
||||
# warning C4251: 'node::ObjectWrap::handle_' : class 'v8::Persistent<T>'
|
||||
# needs to have dll-interface to be used by clients of class 'node::ObjectWrap'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue