Skip to content

Commit

Permalink
fixup CXX
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r committed Nov 3, 2023
1 parent 1725ea3 commit 27a0319
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ _features := if features == "all" {
"--no-default-features --features=" + features
} else { "" }

export CXX := 'clang++-14'

#
# Recipes
#
Expand Down

0 comments on commit 27a0319

Please sign in to comment.