mirror of
https://github.com/mpv-player/mpv
synced 2025-02-07 15:41:55 +00:00
meson: fix the build-date option
Rewrites are hard.
This commit is contained in:
parent
8e9c5b7b66
commit
813164cc07
@ -320,7 +320,7 @@ endif
|
||||
features += {'noexecstack': noexecstack}
|
||||
|
||||
features += {'build-date': get_option('build-date')}
|
||||
if features['build-date']
|
||||
if not features['build-date']
|
||||
flags += '-DNO_BUILD_TIMESTAMPS'
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user