More wasm related fixes, high-dpi and touch events

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-07-31 20:41:59 +02:00
parent 22554bae0c
commit 0f3ab5ddf0
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
17 changed files with 2325 additions and 432 deletions

View file

@ -378,7 +378,11 @@ endif
$(TARGET_DIR)/%/patches: ../../patches
-@mkdir -p "$(shell dirname $@)"
ifeq ($(WASM),true)
cp -rL $< $@
else
$(SILENT)ln -sf $(abspath $<) $@
endif
$(TARGET_DIR)/$(NAME).lv2/resources/%: ../Rack/res/%
-@mkdir -p "$(shell dirname $@)"