Skip to content
Commit b62c4302 authored by Patrick Williams's avatar Patrick Williams
Browse files

build: switch global_arguments to project_arguments



When 'oem-ibm' is enabled there are compile flags that
need to be applied across all files in this project.  To
do that, 'add_project_arguments' should be used and not
'add_global_arguments' because:

    1. These compile flags should only affect this project.
    2. Meson subprojects may not update global arguments.

Signed-off-by: default avatarPatrick Williams <patrick@stwcx.xyz>
Change-Id: I360b6e03d37d6dfeab0085253992a443543e94a6
parent 0883fb36
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment