[PATCH v2] wscript: Allow substitution outside values

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Apr 14 06:21:23 UTC 2022


On 14/04/2022 04:19, Chris Johns wrote:
> On 14/4/2022 7:47 am, Kinsey Moore wrote:
>> This expands the ability to substitute variables outside the current
>> limitation of values in options to asflags, cflags, cppflags, cxxflags,
>> ldflags, and includes. It is possible for all of these flags to utilize
>> user-defined information in config.ini, especially for paths to external
>> resources.
> Is exposing access to cflags etc vis config.ini something we want to allow? It
> seems low level and I am not sure where it may lead up.

The patch allows you to use options in the flags, for example:

cflags:
- -I${MY_HYPERVISOR_INCLUDE_PATH}

It makes the build system more flexible with little extra code.

-- 
embedded brains GmbH
Herr Sebastian HUBER
Dornierstr. 4
82178 Puchheim
Germany
email: sebastian.huber at embedded-brains.de
phone: +49-89-18 94 741 - 16
fax:   +49-89-18 94 741 - 08

Registergericht: Amtsgericht München
Registernummer: HRB 157899
Vertretungsberechtigte Geschäftsführer: Peter Rasmussen, Thomas Dörfler
Unsere Datenschutzerklärung finden Sie hier:
https://embedded-brains.de/datenschutzerklaerung/


More information about the devel mailing list