diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:10:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-11 09:10:04 +0100 |
| commit | 12107439786af03c0e0580250df4c4ec58d884eb (patch) | |
| tree | c4ba59fb92303f80b11304261484a93de10925f4 /src | |
| parent | 5ae6edf21e036144fe0453170c5642735f56177c (diff) | |
chore: bump boost version.
feat! StrongRef and WeakRef replaces Ref.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/CompilerKit/ck-osx-san.json | 2 | ||||
| -rw-r--r-- | src/CompilerKit/ck-osx.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/CompilerKit/ck-osx-san.json b/src/CompilerKit/ck-osx-san.json index c0913aa..193b3a2 100644 --- a/src/CompilerKit/ck-osx-san.json +++ b/src/CompilerKit/ck-osx-san.json @@ -6,7 +6,7 @@ "../../include/", "../../include/CompilerKit/src/", "../../include/CompilerKit/src/impl", - "/opt/homebrew/Cellar/boost/1.89.0/include" + "/opt/homebrew/Cellar/boost/1.90.0/include" ], "sources_path": [ "src/*.cc", diff --git a/src/CompilerKit/ck-osx.json b/src/CompilerKit/ck-osx.json index a17d483..1109f75 100644 --- a/src/CompilerKit/ck-osx.json +++ b/src/CompilerKit/ck-osx.json @@ -6,7 +6,7 @@ "../../include/", "../../include/CompilerKit/src/", "../../include/CompilerKit/src/impl", - "/opt/homebrew/Cellar/boost/1.89.0/include" + "/opt/homebrew/Cellar/boost/1.90.0/include" ], "sources_path": [ "src/*.cc", |
