We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cb41e commit 3afb946Copy full SHA for 3afb946
.github/workflows/test_build.yml
@@ -102,6 +102,10 @@ jobs:
102
echo "CC=clang" >> $GITHUB_ENV
103
echo "CXX=clang++" >> $GITHUB_ENV
104
echo "$(brew --prefix llvm)/bin" >> $GITHUB_PATH
105
+ # https://github.com/Macaulay2/M2/issues/3967
106
+ # maybe remove after some future llvm release?
107
+ SDKROOT=$(xcrun --show-sdk-path)
108
+ echo "CXXFLAGS=-nostdinc++ -isystem $SDKROOT/usr/include/c++/v1 -isystem $SDKROOT/usr/include" >> $GITHUB_ENV
109
;;
110
esac
111
0 commit comments