wscript: drop unused VERSION assignment in libs
https://waf.io/book/ says By default, the project name and version are set to noname and 1.0. To change them, it is necessary to provide two additional variables in the top-level project file - and waf code inspection confirms that waf itself only will use the top level VERSION. Some wscripts will use bld.env['VERSION'] but that will also just use the value set in the top wscript.
This commit is contained in:
committed by
Paul Davis
parent
aa3f6e3a5c
commit
3b4cf9191c
@@ -7,7 +7,6 @@ HIDAPI_VERSION = '0.8.0'
|
||||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'hidapi'
|
||||
VERSION = HIDAPI_VERSION
|
||||
|
||||
# Mandatory variables
|
||||
top = '.'
|
||||
|
||||
Reference in New Issue
Block a user