From 38adaf5b3c2af2f6578ee64e8ab457d2f024fbe5 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 29 Dec 2015 14:50:29 +0800 Subject: [PATCH] Remove hacky build settings --- atom.gyp | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/atom.gyp b/atom.gyp index 56883ccf04..1fb1fb7e73 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': [