summaryrefslogtreecommitdiffhomepage
path: root/examples/example_01_hello_world/posix.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example_01_hello_world/posix.json')
-rw-r--r--examples/example_01_hello_world/posix.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example_01_hello_world/posix.json b/examples/example_01_hello_world/posix.json
index c3c8151..09cbef7 100644
--- a/examples/example_01_hello_world/posix.json
+++ b/examples/example_01_hello_world/posix.json
@@ -1,5 +1,5 @@
{
- "compiler_path": "g++",
+ "compiler_path": "clang++",
"compiler_std": "c++20",
"headers_path": ["lib"],
"sources_path": ["hello_world.cc"],