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:
parent
c5411c3291
commit
44b932f90b
1 changed files with 1 additions and 1 deletions
2
atom.gyp
2
atom.gyp
|
@ -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',
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue