mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: fix timestamp only differences in static libraries
this fixes #55
This commit is contained in:
parent
b8d1397abb
commit
66663bf51e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue