From 17211acc53f511282e7fb5518080ae56ef799f15 Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Thu, 7 Mar 2019 21:58:52 +0100 Subject: remove obsolete workaround for libdivecomputer includes of libusb This has been fixed in revision b1d434f0ea9a2958613da9bed32ff3ff3318065e there. Signed-off-by: Rolf Eike Beer --- scripts/mac/before_install.sh | 7 ------- 1 file changed, 7 deletions(-) (limited to 'scripts/mac') diff --git a/scripts/mac/before_install.sh b/scripts/mac/before_install.sh index fb7ba8b36..583c82daa 100644 --- a/scripts/mac/before_install.sh +++ b/scripts/mac/before_install.sh @@ -15,13 +15,6 @@ git fetch --unshallow git pull --tags git describe -# libdivecomputer uses the wrong include path for libusb and hidapi -# the pkgconfig file for libusb/hidapi already gives the include path as -# ../include/libusb-1.0 (../include/hidapi) yet libdivecomputer wants to use -# include and include -sudo ln -s /usr/local/include/libusb-1.0 /usr/local/include/libusb-1.0/libusb-1.0 -sudo ln -s /usr/local/include/hidapi /usr/local/include/libusb-1.0/hidapi - # prep things so we can build for Mac # we have a custom built Qt some gives us just what we need, including QtWebKit # -- cgit v1.2.3-70-g09d2