diff options
author | adeshkp <adeshkp@users.noreply.github.com> | 2019-05-04 09:51:45 -0400 |
---|---|---|
committer | adeshkp <adeshkp@users.noreply.github.com> | 2019-05-04 09:52:08 -0400 |
commit | 758663e882c49294e58a5c527f3164b6cc72c369 (patch) | |
tree | 7cf39a54f04370c883722bf4ca2aa88e0865a938 /accessible/base/moz.build | |
parent | d9d9d1ed8d5fd676d9f2d0226cb087df9575cd4b (diff) | |
download | UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.gz UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.lz UXP-758663e882c49294e58a5c527f3164b6cc72c369.tar.xz UXP-758663e882c49294e58a5c527f3164b6cc72c369.zip |
De-unify accessibility build on Mac.
Also fixes Linux build bustage with accessibility enabled.
Diffstat (limited to 'accessible/base/moz.build')
-rw-r--r-- | accessible/base/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessible/base/moz.build b/accessible/base/moz.build index e8e382e39..024baef4c 100644 --- a/accessible/base/moz.build +++ b/accessible/base/moz.build @@ -55,7 +55,7 @@ SOURCES += [ ] if CONFIG['A11Y_LOG']: - UNIFIED_SOURCES += [ + SOURCES += [ 'Logging.cpp', ] |