You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rfnoc: Allow UHD_RFNOC_DIR to contain multiple paths
Like other environment variables, UHD_RFNOC_DIR can contain multiple
paths. On Unix systems, paths are separated by :, on Windows, by ;.
This is a valid shell statement:
UHD_RFNOC_DIR=/path/to/rfnoc:$UHD_RFNOC_DIR
This will prepend a new path to UHD_RFNOC_DIR. The prepended path will
be used first, before the original ones.
0 commit comments