From 254668abf65c43da40df935cd7c12fcf66a76d76 Mon Sep 17 00:00:00 2001 From: Alex Vergara Date: Wed, 21 Aug 2024 19:10:21 +0200 Subject: [PATCH] feat: Adding the installation of the LLVM-19 libc++ to the Zork++ cfg --- zork_config/zork_gh_linux.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/zork_config/zork_gh_linux.toml b/zork_config/zork_gh_linux.toml index 7c701ea..064f171 100644 --- a/zork_config/zork_gh_linux.toml +++ b/zork_config/zork_gh_linux.toml @@ -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',