mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-21 11:31:07 +00:00
aedi: apply common linker flags when building tests
This commit is contained in:
parent
8846d79765
commit
bc2b55f48f
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class TestDepsTarget(base.BuildTarget):
|
|||
entry,
|
||||
]
|
||||
build_args += shlex.split(pkg_config_output)
|
||||
build_args += shlex.split(state.linker_flags())
|
||||
|
||||
if state.verbose:
|
||||
print(' '.join(str(arg) for arg in build_args))
|
||||
|
|
Loading…
Reference in a new issue