aboutsummaryrefslogtreecommitdiffstats
path: root/host/python/setup.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'host/python/setup.py.in')
-rwxr-xr-xhost/python/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/python/setup.py.in b/host/python/setup.py.in
index 3c2176c0e..4d2df10a5 100755
--- a/host/python/setup.py.in
+++ b/host/python/setup.py.in
@@ -23,7 +23,7 @@ setup(name='uhd',
author_email='packages@ettus.com',
url='https://www.ettus.com/',
license='GPLv3',
- package_dir={'': '${CMAKE_CURRENT_BINARY_DIR}'},
+ package_dir={'': r'${NATIVE_CURRENT_BINARY_DIR}'},
package_data={'uhd': ['*.so']},
zip_safe=False,
packages=['uhd'],