From 12107439786af03c0e0580250df4c4ec58d884eb Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 11 Dec 2025 09:10:04 +0100 Subject: chore: bump boost version. feat! StrongRef and WeakRef replaces Ref. Signed-off-by: Amlal El Mahrouss --- src/CompilerKit/ck-osx-san.json | 2 +- src/CompilerKit/ck-osx.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CompilerKit') 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", -- cgit v1.2.3