From 5755f2717ca652361d2a9c691d888c99e4bb89f4 Mon Sep 17 00:00:00 2001 From: Dewey Dunnington Date: Sun, 2 Jun 2024 15:21:41 -0300 Subject: [PATCH] see if removing the braces helps --- tools/build_absl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_absl.sh b/tools/build_absl.sh index 6b59c0d9..4cf62e11 100755 --- a/tools/build_absl.sh +++ b/tools/build_absl.sh @@ -34,7 +34,7 @@ build_cmake () { cd "tools/build/$1" - ${CMAKE} \ + $CMAKE \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=OFF \ -DCMAKE_POSITION_INDEPENDENT_CODE=ON \