package/libiio: fix install of C# bindings
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 11 Mar 2020 21:25:33 +0000 (22:25 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 25 Apr 2020 14:23:15 +0000 (16:23 +0200)
commit0db2b337818fb3ee9d40bf2e4595eeab4215a158
tree45bd7b0b37c1fbd70483e3c72d850aa030f8ad88
parente505bc4777a61407115fb3fb918f29e62b3caa88
package/libiio: fix install of C# bindings

libiio-sharp.dll.mdb is not installed since version 0.19.0 and
https://github.com/analogdevicesinc/libiio/commit/8b571969fa245fb25c6431340f23ff157e34841b

Indeed, EXISTS "${LIBIIO_CS_DLL}.mdb" will always return false because
the file will not exist when cmake will create the makefiles.

Fixes:
 - http://autobuild.buildroot.org/results/42ffbd07d0e998c75d1afde6a5db7d6418c10f45

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libiio/libiio.mk