Unverified Commit bf7083a4 authored by boklm's avatar boklm
Browse files

Bug 21837: Fix reproducibility of accessibility code for Windows

tor-browser-bundle.git commit: f13a2dae1ca038a448483dc6b25f17e40c8f3c9b
parent 1c9ccca6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -66,6 +66,9 @@ fi
  # Our flags don't get passed to NSS. We need to do that manually using an
  # obscure one.
  export DLLFLAGS="-specs=/var/tmp/dist/mingw-w64/msvcr100.spec"

  # Make sure widl is not inserting random timestamps, see #21837.
  export WIDL_TIME_OVERRIDE="0"
[% END %]

[% IF c("var/osname") == "linux-i686" -%]