diff options
author | Moonchild <moonchild@palemoon.org> | 2021-06-21 17:52:42 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-06-21 17:52:42 +0000 |
commit | 6de661e29d563fe2ba4622738684359ee67dcb3e (patch) | |
tree | 0fcd737a94f1b9f4807c159a66bdc6a214f1a5db /toolkit/themes/moz.build | |
parent | de7e081e6e79935cfe1c26c02c5cfb9231c2ffe2 (diff) | |
download | uxp-6de661e29d563fe2ba4622738684359ee67dcb3e.tar.gz |
Issue mcp-graveyard/UXP#1751 - Remove Mac code behind MOZ_WIDGET_TOOLKIT == 'cocoa'
Diffstat (limited to 'toolkit/themes/moz.build')
-rw-r--r-- | toolkit/themes/moz.build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/toolkit/themes/moz.build b/toolkit/themes/moz.build index 74f53391e2..b24036f1a0 100644 --- a/toolkit/themes/moz.build +++ b/toolkit/themes/moz.build @@ -21,9 +21,7 @@ if CONFIG['MOZ_PHOENIX']: else: app = CONFIG['MOZ_BUILD_APP'] -if toolkit == 'cocoa': - DIRS += ['osx'] -elif toolkit in ('gtk2', 'gtk3'): +if toolkit in ('gtk2', 'gtk3'): DIRS += ['linux'] else: DIRS += ['windows'] |