Use project_name for the lib file
This commit is contained in:
parent
b6b6fc3bfd
commit
c6697f5f07
1 changed files with 1 additions and 1 deletions
2
atom.gyp
2
atom.gyp
|
@ -902,7 +902,7 @@
|
||||||
{
|
{
|
||||||
'action_name': 'Create node.lib',
|
'action_name': 'Create node.lib',
|
||||||
'inputs': [
|
'inputs': [
|
||||||
'<(PRODUCT_DIR)/atom.lib',
|
'<(PRODUCT_DIR)/<(project_name).lib',
|
||||||
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
||||||
],
|
],
|
||||||
'outputs': [
|
'outputs': [
|
||||||
|
|
Loading…
Reference in a new issue