Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/cmake/spkg-install.in: Do not explicitly use clang on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Jan 18, 2021
1 parent 1cb38cd commit f190f51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/pkgs/cmake/spkg-install.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
if [ "$UNAME" = Darwin ]; then
CC=clang
CXX=clang++
fi

cd src

./bootstrap --prefix=$SAGE_LOCAL \
Expand Down

0 comments on commit f190f51

Please sign in to comment.