Changeset 9ce8fc7


Ignore:
Timestamp:
05/11/2024 07:27:30 PM (3 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
lazarus, trunk
Children:
910936c
Parents:
599ac65
Message:

Fix a typo in Mozilla packages

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r599ac65 r9ce8fc7  
    268268# The SIMD code relies on the unmaintained packed_simd crate which
    269269# fails to build with Rustc >= 1.78.0.  We may re-enable it once
    270 # Mozilla port the code to use std::simd and std::simd is stablized.
     270# Mozilla port the code to use std::simd and std::simd is stabilized.
    271271ac_add_options --disable-rust-simd
    272272
  • xsoft/graphweb/seamonkey.xml

    r599ac65 r9ce8fc7  
    240240# The SIMD code relies on the unmaintained packed_simd crate which
    241241# fails to build with Rustc >= 1.78.0.  We may re-enable it once
    242 # Mozilla port the code to use std::simd and std::simd is stablized.
     242# Mozilla port the code to use std::simd and std::simd is stabilized.
    243243ac_add_options --disable-rust-simd
    244244
  • xsoft/other/thunderbird.xml

    r599ac65 r9ce8fc7  
    224224# The SIMD code relies on the unmaintained packed_simd crate which
    225225# fails to build with Rustc >= 1.78.0.  We may re-enable it once
    226 # Mozilla port the code to use std::simd and std::simd is stablized.
     226# Mozilla port the code to use std::simd and std::simd is stabilized.
    227227ac_add_options --disable-rust-simd
    228228
Note: See TracChangeset for help on using the changeset viewer.