Merge branch 'main' of https://gitea.jde.nz/public/dropshell-tools
This commit is contained in:
commit
964912e155
@ -112,7 +112,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