diff options
Diffstat (limited to 'examples/example_03_hello_world_toml')
| -rw-r--r-- | examples/example_03_hello_world_toml/posix.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_03_hello_world_toml/posix.toml b/examples/example_03_hello_world_toml/posix.toml index 4f71f7d..e8595d4 100644 --- a/examples/example_03_hello_world_toml/posix.toml +++ b/examples/example_03_hello_world_toml/posix.toml @@ -1,4 +1,4 @@ -compiler_path = "g++" +compiler_path = "clang++" compiler_std = "c++20" headers_path = [ "lib" ] sources_path = [ "hello_world.cc" ] |
