0
Fork 0
mirror of https://codeberg.org/librewolf/source.git synced 2024-12-22 05:33:03 -05:00

added comment to mozconfig.new pointing to the wasi script

This commit is contained in:
Bert van der Weerd 2022-01-01 20:05:31 +01:00
parent 57e55ea4b6
commit de99327b43
No known key found for this signature in database
GPG key ID: 4CFABB96ADE0F5B1

View file

@ -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..