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 5f9d8af commit f3d67d5Copy full SHA for f3d67d5
assembly/native/build-ubuntu-portable-libs.sh
@@ -21,8 +21,8 @@ else
21
rm -rf .ninja* CMakeCache.txt
22
fi
23
24
-export CC=$(which clang)
25
-export CXX=$(which clang++)
+export CC=$(which clang-16)
+export CXX=$(which clang++-16)
26
export CCACHE_DISABLE=1
27
28
if [ ! -d "lz4" ]; then
assembly/native/build-ubuntu-portable.sh
@@ -24,8 +24,8 @@ else
29
30
31
0 commit comments