Skip to content
Snippets Groups Projects

helpers: Refactor $LIB, $PLATFORM detection

Merged Simon McVittie requested to merge wip/smcv/detect-lib-platform into master
11 files
+ 178
66
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 14
0
# Copyright 2021 Collabora Ltd.
# SPDX-License-Identifier: MIT
shared_module(
'identify-platform',
'../identify-platform.c',
c_args : ['-D_SRT_PLATFORM_VALUE="haswell"',],
install : true,
install_dir : join_paths(
pkglibexecdir,
multiarch,
'haswell',
)
)
Loading