02.05.2022 10:36, Vitaly Chikunov пишет: > Must export JS symbols В файле moz.configure есть такие строчки, только не знаю, что от меня хотят : @depends('--disable-shared-js', '--disable-export-js') def shared_js(shared_js, export_js):     if shared_js:         if not export_js:             die('Must export JS symbols when building a shared library.')         return True set_config('JS_SHARED_LIBRARY', shared_js)