Commit 3e7ea305 authored by Mike Hommey's avatar Mike Hommey
Browse files

Bug 1515832 - Don't build the xpcom standalone glue as a real static library. r=froydnj

This was necessary back when it still contained a lot of xpcom code, but
shouldn't be necessary now that it only contains two objects.

Differential Revision: https://phabricator.services.mozilla.com/D15168

--HG--
extra : moz-landing-system : lando
parent be475da6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -29,9 +29,6 @@ LOCAL_INCLUDES += [
# Don't use STL wrappers here (i.e. wrapped <new>); they require mozalloc
DisableStlWrapping()

# Force to build a static library only
NO_EXPAND_LIBS = True

DIST_INSTALL = True

if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gtk3':