summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2022-11-13 16:40:17 -0500
committerXenHat2022-11-13 16:40:17 -0500
commit7164a0faf7427dd9d84e7d5a84ed37142f2e2c76 (patch)
tree503e349d414d5a63b054735b26cf7f34e188cdc8
parent7e0975289721179ab9e641d3126ceaf82d499cff (diff)
downloadaur-7164a0faf7427dd9d84e7d5a84ed37142f2e2c76.tar.gz
whitespace fix
-rwxr-xr-xcompile.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/compile.bash b/compile.bash
index c386171b33b9..59f2cbceadff 100755
--- a/compile.bash
+++ b/compile.bash
@@ -60,8 +60,8 @@ build() {
-DCMAKE_CXX_FLAGS="$AL_ARCH_FLAGS"
)
# I could not find the documentation on how to handle BUILDENV/OPTION in
- # makepkg.conf. If you are reading this and know where it is,
- # please send it my way.
+ # makepkg.conf. If you are reading this and know where it is,
+ # please send it my way.
if [[ -n "$AL_NO_CCACHE" ]] || ! command -v ccache 2 > /dev/null 2>&1; then
echo "ccache disabled"
AL_CMAKE_CONFIG+=(-UCMAKE_CXX_COMPILER_LAUNCHER)