-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed an issue where Android example would not compile on Mac. (#96)
* Fixed an issue where Android example would not compile on Mac. * add newline, absl use 20211102.0 version.
- Loading branch information
1 parent
c2395ff
commit a00eade
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
licenses(["notice"]) # Apache License 2.0 | ||
|
||
exports_files(["LICENSE"]) | ||
|
||
package(default_visibility = ["//visibility:public"]) |
14 changes: 14 additions & 0 deletions
14
third_party/com_google_absl_f863b622fe13612433fdf43f76547d5edda0c93001.diff
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
diff --git a/absl/time/internal/cctz/BUILD.bazel b/absl/time/internal/cctz/BUILD.bazel | ||
index 9fceffe..e7f9d01 100644 | ||
--- a/absl/time/internal/cctz/BUILD.bazel | ||
+++ b/absl/time/internal/cctz/BUILD.bazel | ||
@@ -69,8 +69,5 @@ cc_library( | ||
"include/cctz/zone_info_source.h", | ||
], | ||
linkopts = select({ | ||
- ":osx": [ | ||
- "-framework Foundation", | ||
- ], | ||
":ios": [ | ||
"-framework Foundation", | ||
], |