Remove hacky build settings
This commit is contained in:
parent
19ab68abfb
commit
38adaf5b3c
1 changed files with 0 additions and 15 deletions
15
atom.gyp
15
atom.gyp
|
@ -269,11 +269,6 @@
|
||||||
'include_dirs': [
|
'include_dirs': [
|
||||||
'.',
|
'.',
|
||||||
],
|
],
|
||||||
'ldflags': [
|
|
||||||
'-Wl,--whole-archive',
|
|
||||||
'<@(libchromiumcontent_libraries)',
|
|
||||||
'-Wl,--no-whole-archive',
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
'export_dependent_settings': [
|
'export_dependent_settings': [
|
||||||
'vendor/brightray/brightray.gyp:brightray',
|
'vendor/brightray/brightray.gyp:brightray',
|
||||||
|
@ -500,16 +495,6 @@
|
||||||
'${BUILT_PRODUCTS_DIR}/<(product_name) Framework.framework/Versions/A/<(product_name) Framework',
|
'${BUILT_PRODUCTS_DIR}/<(product_name) Framework.framework/Versions/A/<(product_name) Framework',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
|
||||||
'postbuild_name': 'Fix path of libwidevinecdm',
|
|
||||||
'action': [
|
|
||||||
'install_name_tool',
|
|
||||||
'-change',
|
|
||||||
'@loader_path/libwidevinecdm.dylib',
|
|
||||||
'@rpath/libwidevinecdm.dylib',
|
|
||||||
'${BUILT_PRODUCTS_DIR}/<(product_name) Framework.framework/Versions/A/<(product_name) Framework',
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
'postbuild_name': 'Add symlinks for framework subdirectories',
|
'postbuild_name': 'Add symlinks for framework subdirectories',
|
||||||
'action': [
|
'action': [
|
||||||
|
|
Loading…
Reference in a new issue