diff --git a/atom.gyp b/atom.gyp index 56883ccf042d..1fb1fb7e7317 100644 --- a/atom.gyp +++ b/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': [