Update mac.sh

disable liblokinet on mac by default in mac.sh
This commit is contained in:
Jeff 2021-09-30 10:26:27 -04:00
parent 8153edbf43
commit 82ffa2f02c
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ cmake \
-DBUILD_PACKAGE=ON \
-DBUILD_SHARED_LIBS=OFF \
-DBUILD_TESTING=OFF \
-DBUILD_LIBLOKINET=ON \
-DBUILD_LIBLOKINET=OFF \
-DWITH_TESTS=OFF \
-DNATIVE_BUILD=OFF \
-DSTATIC_LINK=ON \