]> sigrok.org Git - libsigrokdecode.git/commit
irmp: add 'Darwin' case for DLL filename lookup
authorGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:46:00 +0000 (15:46 +0200)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:48:50 +0000 (15:48 +0200)
commit02993c7a0c746d9f47f2a7c50273c76a5a7332cd
tree8de6ecdfba8170d60fc571cbf8f1fae79722911d
parent31b646e2ba4c767f14e4be764f0c7f42f2b49a51
irmp: add 'Darwin' case for DLL filename lookup

Detect the MacOS platform by checking for 'Darwin' with the Python
platform(3) module, and use the 'lib<stem>.dylib' filename scheme.
decoders/ir_irmp/irmp_library.py