mirror of
https://github.com/electron/electron.git
synced 2026-01-25 07:18:18 -05:00
Remove hacky build settings
This commit is contained in:
15
atom.gyp
15
atom.gyp
@@ -269,11 +269,6 @@
|
||||
'include_dirs': [
|
||||
'.',
|
||||
],
|
||||
'ldflags': [
|
||||
'-Wl,--whole-archive',
|
||||
'<@(libchromiumcontent_libraries)',
|
||||
'-Wl,--no-whole-archive',
|
||||
],
|
||||
},
|
||||
'export_dependent_settings': [
|
||||
'vendor/brightray/brightray.gyp:brightray',
|
||||
@@ -500,16 +495,6 @@
|
||||
'${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',
|
||||
'action': [
|
||||
|
||||
Reference in New Issue
Block a user