Add wasm build instructions, fix mouse lock on chrome, wrong keys

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-12 21:27:48 +00:00
parent 3eddf06b41
commit 2579a11a9c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 29 additions and 3 deletions

View file

@ -156,7 +156,7 @@ endif
# --------------------------------------------------------------
# FIXME
ifeq ($(WASM),true)
ifeq ($(CIBUILD)$(WASM),truetrue)
ifneq ($(STATIC_BUILD),true)
STATIC_CARLA_PLUGIN_LIBS = -lsndfile -lopus -lFLAC -lvorbisenc -lvorbis -logg -lm
endif