Update dropshell-build/install_dropshell_build_host.sh
This commit is contained in:
parent
5c50493238
commit
87fc99db6d
@ -97,7 +97,7 @@ function install_headers() {
|
|||||||
# put libassert headers on the host.
|
# put libassert headers on the host.
|
||||||
if [ ! -f /usr/local/lib/libassert.a ]; then
|
if [ ! -f /usr/local/lib/libassert.a ]; then
|
||||||
git clone https://github.com/jeremy-rifkin/libassert.git
|
git clone https://github.com/jeremy-rifkin/libassert.git
|
||||||
git checkout v2.1.5
|
#git checkout v2.1.5
|
||||||
mkdir libassert/build
|
mkdir libassert/build
|
||||||
cd "libassert/build" || exit 1
|
cd "libassert/build" || exit 1
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=Release
|
cmake .. -DCMAKE_BUILD_TYPE=Release
|
||||||
|
Loading…
x
Reference in New Issue
Block a user