Skip to content

Commit

Permalink
Trying to fix macros
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 24, 2023
1 parent 7187d24 commit e234deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processors/other/krusher/Krusher.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#include "processors/BaseProcessor.h"

#define KRUSHER_USE_JAI_IMPL ! (JUCE_ARM || JUCE_IOS)
#define KRUSHER_USE_JAI_IMPL ! JUCE_ARM && BYOD_BUILDING_JAI_MODULES

#if KRUSHER_USE_JAI_IMPL
#include "jai/byod_jai_lib.h"
Expand Down

0 comments on commit e234deb

Please sign in to comment.