wasi-libc is now a bootstrap dependancy

This commit is contained in:
trickypr 2021-12-08 17:10:56 +11:00
parent 48e4aadab4
commit c0f846a794

View file

@ -70,7 +70,8 @@ async function linuxBootstrap() {
'libpulse',
'xorg-server-xvfb',
'gst-libav',
'gst-plugins-good'
'gst-plugins-good',
'wasi-libc'
)
)
break