Skip to content

Commit

Permalink
feat: Adding the installation of the LLVM-19 libc++ to the Zork++ cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRustifyer committed Aug 21, 2024
1 parent 951fda7 commit 254668a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zork_config/zork_gh_linux.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ cpp_compiler = "clang"
driver_path = "clang++"
cpp_standard = "23"
std_lib = "libc++"
std_lib_installed_dir = "/usr/lib/llvm-19/share"
extra_args = [
"-fmodules",
'-Wno-error=unused-command-line-argument',
Expand Down

0 comments on commit 254668a

Please sign in to comment.