diff options
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-rw-r--r-- | o3d/plugin/plugin.gyp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp index 503994f..746f892 100644 --- a/o3d/plugin/plugin.gyp +++ b/o3d/plugin/plugin.gyp @@ -302,15 +302,6 @@ '<!@(pkg-config --libs-only-l xt)', ], 'conditions' : [ - ['target_arch=="ia32"', - { # Used by breakpad - # TODO(zhurunz) Remove the deps on libglog.a - 'libraries': [ - '-Lbreakpad/src/third_party/linux/lib/glog', - '-lglog', - ], - }, - ], ['plugin_rpath != ""', { 'ldflags': [ |