Skip to content

Commit

Permalink
Backed out changeset 2f9f01f9fe93 (bug 1836369) for causing build bus…
Browse files Browse the repository at this point in the history
…tages
  • Loading branch information
nerli1 committed Jun 20, 2023
1 parent bce5e01 commit fb0da48
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions python/mozbuild/mozbuild/action/generate_symbols_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,3 @@ def generate_symbols_file(output, *args):
output.write("".join("_%s\n" % s for s in symbols))

return set(pp.includes)


main = generate_symbols_file
6 changes: 3 additions & 3 deletions toolkit/library/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ def Libxul(name, output_category=None):
if CONFIG["RUSTC_NATVIS_LDFLAGS"]:
LDFLAGS += CONFIG["RUSTC_NATVIS_LDFLAGS"]

if CONFIG["OS_TARGET"] != "Android":
if CONFIG["OS_ARCH"] == "Linux" and CONFIG["OS_TARGET"] != "Android":
GeneratedFile(
"symverscript",
script="/python/mozbuild/mozbuild/action/generate_symbols_file.py",
script="/build/gen_symverscript.py",
inputs=["../symverscript.in"],
flags=[],
flags=["xul%s" % CONFIG["MOZILLA_SYMBOLVERSION"]],
)
SYMBOLS_FILE = "!symverscript"

Expand Down
5 changes: 4 additions & 1 deletion toolkit/library/symverscript.in
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
XRE_GetBootstrap
#filter substitution
@VERSION@ {
global: *;
};

0 comments on commit fb0da48

Please sign in to comment.