Skip to content

Commit 2b0095e

Browse files
committed
Bug 1874346 - Always add mozglue/linker to includes on MOZ_LINKER builds. r=firefox-build-system-reviewers,ahochheiden
Differential Revision: https://phabricator.services.mozilla.com/D198348
1 parent 69725fe commit 2b0095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozglue/interposers/moz.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if CONFIG["MOZ_CRASHREPORTER"]:
1717
"pthread_create_interposer.cpp",
1818
]
1919

20-
if CONFIG["MOZ_LINKER"] and CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
20+
if CONFIG["MOZ_LINKER"]:
2121
LOCAL_INCLUDES += [
2222
"/mozglue/linker",
2323
]

0 commit comments

Comments
 (0)