fix typo in atom.gyp

use product_name instead of project_name when creating framework symlinks; fixes build on MacOS
This commit is contained in:
Travis Tilley 2015-01-01 10:51:59 -05:00
parent c5411c3291
commit 44b932f90b

View file

@ -850,7 +850,7 @@
'postbuild_name': 'Add symlinks for framework subdirectories',
'action': [
'tools/mac/create-framework-subdir-symlinks.sh',
'<(project_name) Framework',
'<(product_name) Framework',
'Libraries',
'Frameworks',
],