diff options
Diffstat (limited to 'gr-audio-osx')
-rw-r--r-- | gr-audio-osx/src/mld_threads.h | 2 | ||||
-rw-r--r-- | gr-audio-osx/src/run_tests.in | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gr-audio-osx/src/mld_threads.h b/gr-audio-osx/src/mld_threads.h index 12adc23ee..5885c38e9 100644 --- a/gr-audio-osx/src/mld_threads.h +++ b/gr-audio-osx/src/mld_threads.h @@ -26,7 +26,7 @@ /* classes which allow for either pthreads or omni_threads */ #ifdef _USE_OMNI_THREADS_ -#include <gnuradio/omnithread.h> +#include <omnithread.h> #else #include <pthread.h> #endif diff --git a/gr-audio-osx/src/run_tests.in b/gr-audio-osx/src/run_tests.in index bc756b13c..7f755f00f 100644 --- a/gr-audio-osx/src/run_tests.in +++ b/gr-audio-osx/src/run_tests.in @@ -27,6 +27,10 @@ grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH" export PYTHONPATH +# For OS/X +DYLD_LIBRARY_PATH="@abs_top_builddir@/gnuradio-core/src/lib/.libs" +export DYLD_LIBRARY_PATH + # # This is the simple part... # Run everything that matches qa_*.py and return the final result. |