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:
parent
c3323fce21
commit
b6fa4faee1
2 changed files with 5 additions and 2 deletions
|
@ -1 +1 @@
|
|||
mozconfig.sample.1
|
||||
mozconfig.new
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue