Advertisement
Guest User

Untitled

a guest
Jun 25th, 2022
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. 71 if 'Windows' in _system():
  2. 72 _iiolib = 'libiio.dll'
  3. 73 else:
  4. 74 # Non-windows, possibly Posix system
  5. 75 _iiolib = 'iio'
  6. 76
  7. 77 _lib = _cdll(find_library(_iiolib), use_errno = True, use_last_error = True)
  8. 78
  9. 79 _get_backends_count = _lib.iio_get_backends_count
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement