From b6fa4faee1434505c89b054cdd868a258b969b29 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 30 Dec 2021 22:52:53 +0100 Subject: [PATCH] with wasi sysroot --- assets/mozconfig | 2 +- assets/mozconfig.new | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/mozconfig b/assets/mozconfig index 28ab3ac..36c4cb5 120000 --- a/assets/mozconfig +++ b/assets/mozconfig @@ -1 +1 @@ -mozconfig.sample.1 \ No newline at end of file +mozconfig.new \ No newline at end of file diff --git a/assets/mozconfig.new b/assets/mozconfig.new index fb335bf..a939aed 100644 --- a/assets/mozconfig.new +++ b/assets/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`