New commits:
commit 72af65edcf7e0ac1c89178399c551a63a97d01ce
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>
install: Add clang to compilers
diff --git a/install b/install
index 3012f6e..65b230d 100755
--- a/install
+++ b/install
@@ -74,7 +74,7 @@ then
done
fi
fi
-for COMPILER in "cc" "gcc" "c++" "g++" $HOST_COMPILE; do
+for COMPILER in clang cc gcc c++ g++ $HOST_COMPILE; do
ln -sf "run_compiler" "$COMPILER"
echo $BUILD_DIR/$COMPILER >> $SORCERY_INSTALL_LOG
done
[[SM-Commit] ] GIT changes to master sorcery by Ismael Luceno (72af65edcf7e0ac1c89178399c551a63a97d01ce),
Ismael Luceno, 06/02/2024