]> Kevux Git Server - fll/commit
Update: Slight changes to design around the build settings arguments.
authorKevin Day <thekevinday@gmail.com>
Wed, 14 Dec 2022 05:25:46 +0000 (23:25 -0600)
committerKevin Day <thekevinday@gmail.com>
Wed, 14 Dec 2022 05:31:34 +0000 (23:31 -0600)
commit6256cccb3460ddbea2d9ef0a4addacb655b2372b
tree1c87876e90e05bf16c46269bcd6fe839222b8d80
parentfe0d78a9c5a20b798bf9cb0d851aced57275057d
Update: Slight changes to design around the build settings arguments.

Improve the argument handling when the fakefile contains a build settings with arguments.

This is done in observance of a bug where passed modes are combined into a single parameter when modes are passed via an IKI replacement.
A follow up bugfix that may involve some refactoring or functionality reinterpretation is needed.

This uses an explicit array when needed rather than an inexplicit pointer.

This repeats the parsing when printing the output so that information output is not misleading.
level_3/fake/c/private-build-load.c
level_3/fake/c/private-build.c