build - fix if check for dev mode to cmp to string

This commit is contained in:
Carsten Haitzler 2021-01-02 17:01:49 +00:00
parent 19e6a5b7a3
commit 22570795db
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ config_h = configuration_data()
e_version = ver.split('.')
if e_version[2] == 99
if e_version[2] == '99'
git_version = '0'
git = find_program('git', required: false)
if git.found() == true