From 44b932f90b5920c49d70230953edeb539b383721 Mon Sep 17 00:00:00 2001 From: Travis Tilley Date: Thu, 1 Jan 2015 10:51:59 -0500 Subject: [PATCH] fix typo in atom.gyp use product_name instead of project_name when creating framework symlinks; fixes build on MacOS --- atom.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom.gyp b/atom.gyp index 0caf2f227f3d..a34a5af042f7 100644 --- a/atom.gyp +++ b/atom.gyp @@ -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', ],