More wasm related fixes, high-dpi and touch events
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
22554bae0c
commit
0f3ab5ddf0
17 changed files with 2325 additions and 432 deletions
|
|
@ -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 $@)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue