Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShirasawaSama committed Dec 13, 2023
1 parent 009b371 commit 6874e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ int main(int argc, char* argv[]) {
#ifdef JUCE_WINDOWS
auto javaFile = "java.exe";
auto jarFile = "EchoInMirror-win64.jar";
#elifdef JUCE_MAC
#elif JUCE_MAC
auto javaFile = "java";
#ifdef __aarch64__
auto jarFile = "EchoInMirror-macos.jar";
Expand Down

0 comments on commit 6874e36

Please sign in to comment.