do not build embedded lokinet

This commit is contained in:
Jeff Becker 2021-10-25 14:15:06 -04:00 committed by Jeff Becker
parent b5a020c0e8
commit 67c7f2f91e
No known key found for this signature in database
GPG Key ID: 025C02EE3A092F2D

View File

@ -29,6 +29,7 @@ build() {
-DWITH_TESTS=OFF \ -DWITH_TESTS=OFF \
-DWITH_SYSTEMD=ON \ -DWITH_SYSTEMD=ON \
-DWITH_SETCAP=OFF \ -DWITH_SETCAP=OFF \
-DBUILD_LIBLOKINET=OFF \
.. ..
make make
} }