Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 16735c3

Browse files
benmkwlegeana
authored andcommitted
fix build on macOS by linking against CoreFoundation
1 parent 463f6ca commit 16735c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

+2
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,8 @@ absl_time_lib = library(
226226
absl_numeric_lib,
227227
absl_strings_lib,
228228
],
229+
# macOS only, upstream: https://github.com/abseil/abseil-cpp/pull/280
230+
dependencies : [dependency('CoreFoundation', required : false)],
229231
)
230232

231233
absl_types_lib = library(

0 commit comments

Comments
 (0)