diff options
Diffstat (limited to 'gr-audio-osx/src/run_tests.in')
-rw-r--r-- | gr-audio-osx/src/run_tests.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gr-audio-osx/src/run_tests.in b/gr-audio-osx/src/run_tests.in index 52de4dd13..bc756b13c 100644 --- a/gr-audio-osx/src/run_tests.in +++ b/gr-audio-osx/src/run_tests.in @@ -20,7 +20,9 @@ py=@abs_top_srcdir@/gr-audio-osx/src # Where to look for GNU Radio python modules in current build tree # FIXME this is wrong on a distcheck. We really need to ask gnuradio-core # where it put its python files. -grpythonbld=@abs_top_builddir@/gnuradio-core/src/python/:@abs_top_builddir@/gnuradio-core/src/lib/swig/:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs +grpythonbld=@abs_top_srcdir@/gnuradio-core/src/python +grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig +grpythonbld=$grpythonbld:@abs_top_builddir@/gnuradio-core/src/lib/swig/.libs PYTHONPATH="$grpythonbld:$libbld:$libbld/.libs:$libsrc:$py:$PYTHONPATH" export PYTHONPATH |