diff options
author | Ron Economos <w6rz@comcast.net> | 2020-10-10 10:24:32 -0700 |
---|---|---|
committer | mormj <34754695+mormj@users.noreply.github.com> | 2020-10-12 07:23:59 -0400 |
commit | e1dfc28196f451fee877f02df2a0ab42977e82ef (patch) | |
tree | 2c69ce478ac53db449585b1e8501c9e1f9e867d2 /gr-zeromq/examples/python | |
parent | 422f86fd8084b4bf5323110608d3d0d81d27ccd7 (diff) |
pybind11: Remove SWIG remnants.
Diffstat (limited to 'gr-zeromq/examples/python')
-rwxr-xr-x | gr-zeromq/examples/python/run_app.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/examples/python/run_app.sh b/gr-zeromq/examples/python/run_app.sh index 4af936ca82..cdedeb209b 100755 --- a/gr-zeromq/examples/python/run_app.sh +++ b/gr-zeromq/examples/python/run_app.sh @@ -1,4 +1,4 @@ #!/bin/sh export LD_LIBRARY_PATH="$PWD/../../build/gr-zeromq/lib" -export PYTHONPATH="$PWD/../../build/gr-zeromq/swig:$PWD/../../python" +export PYTHONPATH="$PWD/../../python" /usr/bin/python $1 $2 $3 $4 $5 $6 $7 $8 $9 |