aedi: fix timestamp only differences in static libraries

this fixes #55
This commit is contained in:
alexey.lysiuk 2023-02-12 09:54:51 +02:00
parent b8d1397abb
commit 66663bf51e

View file

@ -98,6 +98,9 @@ class BuildTarget(Target):
state.update_flags_environment_variable('LDFLAGS', f'-L{state.lib_path}')
# Avoid timestamp only differences in static libraries
env['ZERO_AR_DATE'] = '1'
def install(self, state: BuildState, options: typing.Optional[CommandLineOptions] = None, tool: str = 'gmake'):
if state.xcode:
return