Skip to content

Commit

Permalink
Expose glog IsGoogleLoggingInitialized() API in v0.5.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xkszltl committed May 13, 2021
1 parent 88ec448 commit 700b9f7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/glog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@

# ------------------------------------------------------------

# Known issues:
# - Expose IsGoogleLoggingInitialized() API in v0.5.0.
# https://github.com/google/glog/pull/651
PATCHES='initapi'
git remote add xkszltl 'https://github.com/xkszltl/glog.git'
for i in $PATCHES; do
git fetch xkszltl initapi
git cherry-pick FETCH_HEAD
done

# ------------------------------------------------------------

. "$ROOT_DIR/pkgs/utils/fpm/pre_build.sh"

(
Expand Down

0 comments on commit 700b9f7

Please sign in to comment.