Skip to content

Commit

Permalink
libcxx: use version 17.0.6 so we can compile it with clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 2, 2024
1 parent 5529fba commit 9356666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# <http://www.gnu.org/licenses/>.

LLVM_URL="https://github.com/llvm/llvm-project/releases/download"
LLVM_VER="18.1.4"
LLVM_VER="17.0.6"

if [[ -z "$PS5_PAYLOAD_SDK" ]]; then
echo "error: PS5_PAYLOAD_SDK is not set"
Expand Down

0 comments on commit 9356666

Please sign in to comment.