0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-21 21:23:08 -05:00

with wasi sysroot

This commit is contained in:
Bert van der Weerd 2021-12-30 22:52:53 +01:00
parent c3323fce21
commit b6fa4faee1
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1 @@
mozconfig.sample.1
mozconfig.new

View file

@ -23,5 +23,8 @@ mk_add_options MOZ_DATA_REPORTING=0
mk_add_options MOZ_SERVICES_HEALTHREPORT=0
mk_add_options MOZ_TELEMETRY_REPORTING=0
# Add your own stuff, like wasi libraries, architecture..
# wasi: we ask maintainers to all use this as wasi sysroot..
ac_add_options --with-wasi-sysroot=$HOME/.mozbuild/wrlb/wasi-sysroot
# Add your own stuff, libraries, architecture, etc..
# ex: `cat mozconfig.orig mozconfig.my > mozconfig`