Skip to content

Commit 0cf0bb4

Browse files
adding version 20 for clang and clang++
1 parent 83484a5 commit 0cf0bb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • Manylinux2014_Compliant_Source/pkg

Manylinux2014_Compliant_Source/pkg/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
set -eu
4-
export CXX=clang++
5-
export CC=clang
4+
export CXX=clang++-20
5+
export CC=clang-20
66

77
rm -rf build || true
88
mkdir build

0 commit comments

Comments
 (0)