Merge pull request #966 from ttilley/master

fix typo in atom.gyp
This commit is contained in:
Cheng Zhao 2015-01-02 12:10:32 -08:00
commit b4d9c92705

View file

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