Browse Source

Fix wasm build

Signed-off-by: falkTX <falktx@falktx.com>
pull/1780/head
falkTX 1 year ago
parent
commit
9f57f82b49
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 5 additions and 1 deletions
  1. +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"


Loading…
Cancel
Save