We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f7a681 commit 9c13f26Copy full SHA for 9c13f26
pedalboard/juce_overrides/juce_argv_argc.cpp
@@ -1,4 +1,6 @@
1
#ifdef JUCE_WASM
2
+#include "../JUCE/modules/juce_core/juce_core.h"
3
+
4
namespace juce {
5
const char *const *juce_argv = nullptr;
6
int juce_argc = 0;
0 commit comments