Changeset 10dc2b3


Ignore:
Timestamp:
06/01/2024 12:53:07 PM (4 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
a06c874
Parents:
4297f60d
git-author:
Xi Ruoyao <xry111@…> (06/01/2024 12:10:43 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/01/2024 12:53:07 PM)
Message:

firefox: Fix --disable-sandbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r4297f60d r10dc2b3  
    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.