aboutsummaryrefslogtreecommitdiffstats
path: root/coverity
diff options
context:
space:
mode:
Diffstat (limited to 'coverity')
-rwxr-xr-xcoverity/build_Osmocom.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index bd30fd7..4da9ec6 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -45,7 +45,7 @@ build_libasn1c() {
build_osmobts() {
pushd osmo-bts
- do_build --enable-sysmocom-bts --enable-trx
+ do_build --enable-sysmocom-bts --with-sysmobts="$prefix/include/" --enable-trx
popd
}