add abseil recipe
This commit is contained in:
15
recipes/abseil/all/patches/0003-absl-string-libm.patch
Normal file
15
recipes/abseil/all/patches/0003-absl-string-libm.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- a/absl/strings/CMakeLists.txt
|
||||
+++ b/absl/strings/CMakeLists.txt
|
||||
@@ -14,9 +14,12 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
+find_library(LIBM m)
|
||||
absl_cc_library(
|
||||
NAME
|
||||
strings
|
||||
+ LINKOPTS
|
||||
+ $<$<BOOL:${LIBM}>:-lm>
|
||||
HDRS
|
||||
"ascii.h"
|
||||
"charconv.h"
|
||||
Reference in New Issue
Block a user