mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 13:43:04 -05:00
added comment to mozconfig.new pointing to the wasi script
This commit is contained in:
parent
57e55ea4b6
commit
de99327b43
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ mk_add_options MOZ_SERVICES_HEALTHREPORT=0
|
|||
mk_add_options MOZ_TELEMETRY_REPORTING=0
|
||||
|
||||
# wasi: we ask maintainers to all use this as wasi sysroot..
|
||||
# There is a script 'scripts/setup-wasi-linux.sh' that attempts to download the wasi sdk and place it into the location pointed to below.
|
||||
ac_add_options --with-wasi-sysroot=$HOME/.mozbuild/wrlb/wasi-sysroot
|
||||
|
||||
# Add your own stuff, libraries, architecture, etc..
|
||||
|
|
Loading…
Reference in a new issue