mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-19 17:11:12 +02:00
Use git-describe in versions
Reference-to: https://github.com/tenacityteam/tenacity/pull/396 Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
committed by
GitHub
parent
4f1d9f6f63
commit
56c953a14d
@@ -46,7 +46,7 @@ list( APPEND EXCLUDES
|
||||
win
|
||||
)
|
||||
|
||||
set( TLD "tenacity-minsrc-${AUDACITY_DIST_VERSION}${AUDACITY_SUFFIX}" )
|
||||
set( TLD "tenacity-minsrc-${GIT_DESCRIBE}" )
|
||||
set( TARBALL "${PROJECT_BINARY_DIR}/${TLD}.tar.xz" )
|
||||
|
||||
add_custom_target( ${TARGET}
|
||||
|
Reference in New Issue
Block a user