Ignore:
Timestamp:
06/01/2024 04:21:32 PM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
trunk
Children:
06632cb
Parents:
b5db82fe (diff), fd7ff40 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Fix xml

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rb5db82fe r77ba659  
    280280
    281281# Sandboxing works well on x86_64 but might cause issues on other
    282 # platforms. If not on x86_64, e.g. i686, it is recommended to
    283 # uncomment the following switch.
    284 if [ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
     282# platforms, e.g. i686.
     283[ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
    285284
    286285# Using sandboxed wasm libraries has been moved to all builds instead
Note: See TracChangeset for help on using the changeset viewer.