Skip to content

Commit

Permalink
fix version parsing in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Jul 31, 2019
1 parent 19b0ae2 commit 808d125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
all: encoder.wasm

PKG_VERSION=$$(git describe --tags)
PKG_VERSION=`git describe --tags | cut -c2-`

vendor/lame/dist/lib/libmp3lame.a:
cd vendor/lame && \
Expand Down

0 comments on commit 808d125

Please sign in to comment.