Skip to content

Commit

Permalink
Fix version derivation from unannotated tags.
Browse files Browse the repository at this point in the history
Related to #30

Change-Id: I6f4175a6a2edeca9422cc4cf07a01356c305e9e1
  • Loading branch information
joeyparrish committed Mar 11, 2015
1 parent 1590035 commit 4fa805d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ closure_opts="
-D goog.ENABLE_DEBUG_LOADER=false
-D shaka.asserts.ENABLE_ASSERTS=false
-D shaka.log.MAX_LOG_LEVEL=0
-D GIT_VERSION='$(cd "$dir"; git describe --dirty || echo unknown)'
-D GIT_VERSION='$(cd "$dir"; git describe --tags --dirty || echo unknown)'
"

set -e
Expand Down

0 comments on commit 4fa805d

Please sign in to comment.