diff options
author | Moonchild <moonchild@palemoon.org> | 2020-04-22 20:34:35 +0000 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-26 10:19:33 +0200 |
commit | 594cbca6d1209afbed3c9af99522d9e80fd613ab (patch) | |
tree | 0967a67fee61adb70231eb68b541c71f51411519 /dom/plugins/ipc/interpose | |
parent | a4ba2609049d30aa8c5cc552e4137ad73af897f2 (diff) | |
download | UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.gz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.lz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.tar.xz UXP-594cbca6d1209afbed3c9af99522d9e80fd613ab.zip |
Issue #80 - De-unify dom/plugins/ipc
Diffstat (limited to 'dom/plugins/ipc/interpose')
-rw-r--r-- | dom/plugins/ipc/interpose/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/plugins/ipc/interpose/moz.build b/dom/plugins/ipc/interpose/moz.build index 8bd8ee651..10171afd0 100644 --- a/dom/plugins/ipc/interpose/moz.build +++ b/dom/plugins/ipc/interpose/moz.build @@ -6,7 +6,7 @@ SharedLibrary('plugin_child_interpose') -UNIFIED_SOURCES += [ "%s.mm" % (LIBRARY_NAME) ] +SOURCES += [ "%s.mm" % (LIBRARY_NAME) ] OS_LIBS += ['-framework Carbon'] |