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>
pull/1780/head
falkTX
1 year ago
parent
193aeb4b72
commit
9f57f82b49
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
source/backend/utils/CarlaUtils.cpp
+ 5
- 1
source/backend/utils/CarlaUtils.cpp
View File
@@ -15,7 +15,11 @@
* For a full copy of the GNU General Public License see the doc/GPL.txt file.
*/
#include "CarlaBridgeUtils.cpp"
#include "CarlaUtils.hpp"
#ifndef CARLA_OS_WASM
# include "CarlaBridgeUtils.cpp"
#endif
#ifdef CARLA_OS_MAC
# include "CarlaMacUtils.cpp"
Write
Preview
Loading…
Cancel
Save