]> sigrok.org Git - sigrok-util.git/commit
macosx: create_dmg: also install the C language IRMP shared library
authorGerhard Sittig <redacted>
Mon, 3 Jan 2022 20:28:37 +0000 (21:28 +0100)
committerGerhard Sittig <redacted>
Mon, 3 Jan 2022 20:28:37 +0000 (21:28 +0100)
commitdaa83fdabbdfd13c12510be7c08b02b5f5708bbe
treefc56d291f59f74abd0e360d5be60ff75477063d8
parent625617b09c84c26de778d1756697ca7f26b7f8b7
macosx: create_dmg: also install the C language IRMP shared library

Have the install_name_tool also massage the libirmp.la build output and
thus have the shared library added to the resulting package. It was
missing before and the Python part of IR_IRMP failed to load.

Add a comment for developers' awareness, the application's executable
and the data files are handled in a different section of the script than
the shared libraries were. Drop trailing whitespace from a text line.
cross-compile/macosx/create_dmg