Skip to content

Commit

Permalink
Disable Android and UWP
Browse files Browse the repository at this point in the history
rtlsdr needs pthread_cancel and Android doesn't have it
  • Loading branch information
sourcefrog committed Dec 30, 2024
1 parent 56dd9ff commit 7cedbf3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ports/rtlsdr/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.2",
"description": "rtl-sdr is a library that turns your Realtek RTL2832 based DVB dongle into a SDR receiver",
"homepage": "https://osmocom.org/projects/rtl-sdr",
"supports": "!android & !uwp",
"dependencies": [
"libusb",
"pthreads",
Expand Down

0 comments on commit 7cedbf3

Please sign in to comment.