diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-19 09:21:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-19 09:21:46 +0100 |
| commit | dc87375b9a0103e8c9dd39393abc21113e2dd917 (patch) | |
| tree | 56863a984b488d880d9968c8af7ba9bcc1c7c400 /osx-dylib.json | |
| parent | 8cf214b3e06556aa0aa18133aac60ddbedebc06e (diff) | |
| parent | 6132d2c6a751ebffc29f950ca3755a05595dd99e (diff) | |
Merge pull request #7 from nekernel-org/dev
feat: new documented codebase and improvements.
Diffstat (limited to 'osx-dylib.json')
| -rw-r--r-- | osx-dylib.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx-dylib.json b/osx-dylib.json index 7f7648d..f9e2274 100644 --- a/osx-dylib.json +++ b/osx-dylib.json @@ -1,5 +1,5 @@ { - "compiler_path": "g++", + "compiler_path": "clang++", "compiler_std": "c++20", "headers_path": ["dev", "vendor"], "sources_path": ["dev/src/*.cc"], |
