Merge pull request #763 from paulcbetts/dont-hardcode-atom-lib
Don't hard-code the atom.lib file
This commit is contained in:
commit
5e99c8f280
1 changed files with 1 additions and 1 deletions
2
atom.gyp
2
atom.gyp
|
@ -902,7 +902,7 @@
|
|||
{
|
||||
'action_name': 'Create node.lib',
|
||||
'inputs': [
|
||||
'<(PRODUCT_DIR)/atom.lib',
|
||||
'<(PRODUCT_DIR)/<(project_name).lib',
|
||||
'<(libchromiumcontent_library_dir)/chromiumcontent.dll.lib',
|
||||
],
|
||||
'outputs': [
|
||||
|
|
Loading…
Reference in a new issue