Created
August 6, 2021 01:06
-
-
Save hanya/11e4e9336779f102b6a753a63f9d6ec5 to your computer and use it in GitHub Desktop.
Patch file for mozc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/third_party/abseil-cpp/absl/base/config.h b/src/third_party/abseil-cpp/absl/base/config.h | |
index 9544996..f878679 100644 | |
--- a/src/third_party/abseil-cpp/absl/base/config.h 2021-08-05 16:07:34.771751936 +0900 | |
+++ b/src/third_party/abseil-cpp/absl/base/config.h 2021-08-05 14:02:43.693370880 +0900 | |
@@ -375 +375 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != 'h' || | |
- defined(__ASYLO__) || defined(__myriad2__) | |
+ defined(__ASYLO__) || defined(__myriad2__) || defined(__HAIKU__) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment