Skip to content

Commit

Permalink
build: Enable a libc++-specific fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jul 4, 2024
1 parent 8c227fe commit b90b32b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
"type": "equals",
"lhs": "${hostSystemName}",
"rhs": "Darwin"
},
"environment": {
"CXXFLAGS": "-D_LIBCPP_ABI_FIX_CITYHASH_IMPLEMENTATION"
}
}
],
Expand Down

0 comments on commit b90b32b

Please sign in to comment.