This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix wasm build
Signed-off-by: falkTX <falktx@falktx.com>
fix-audiofile-buffering
falkTX
1 year ago
parent
a197fd76cc
commit
def2e944f7
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/backend/Makefile
+ 2
- 0
source/backend/Makefile
View File
@@ -140,7 +140,9 @@ endif
# ---------------------------------------------------------------------------------------------------------------------
all: $(TARGETS)
ifneq ($(WASM),true)
$(MAKE) -C utils
endif
static: $(OBJS_standalone)
Write
Preview
Loading…
Cancel
Save