Skip to content

Commit aa4278e

Browse files
committed
Fix issue #21, The build looks for portaudio.h even when pkg-config doesn't find the portaudio package
1 parent 03f61d5 commit aa4278e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NeuralRack/standalone/NeuralRack.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020

2121
#include <locale.h>
2222

23+
#if defined(HAVE_PA)
2324
#include "xpa.h"
25+
#endif
2426
#include "engine.h"
2527
#include "ParallelThread.h"
2628
#define STANDALONE

0 commit comments

Comments
 (0)