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
This commit is contained in:
Mike Hommey 2024-01-15 21:16:21 +00:00
parent 69725fe90d
commit 2b0095e967

View File

@ -17,7 +17,7 @@ if CONFIG["MOZ_CRASHREPORTER"]:
"pthread_create_interposer.cpp",
]
if CONFIG["MOZ_LINKER"] and CONFIG["MOZ_WIDGET_TOOLKIT"] == "android":
if CONFIG["MOZ_LINKER"]:
LOCAL_INCLUDES += [
"/mozglue/linker",
]