]> Kevux Git Server - fll/commit
Bugfix: Use arguments passed to fake when processing build with the custom build...
authorKevin Day <kevin@kevux.org>
Fri, 9 Jun 2023 04:17:26 +0000 (23:17 -0500)
committerKevin Day <kevin@kevux.org>
Fri, 9 Jun 2023 04:17:26 +0000 (23:17 -0500)
commit449d949fc86a086dfa83c2cbcde2eca73e4cabf2
tree2312d49403d5ff90bcf021e5cb499493bdf9aac6
parentc65c8077087523dd4464597c84bd3df53032a50e
Bugfix: Use arguments passed to fake when processing build with the custom build arguments.

The custom build arguments are passed when the make mode is being used to call the build mode.
The mode arguments passed to the fake program, these should be propagated into the custom build arguments for the build mode.

Move the print message to after the build modes are processed so that an accurate message is printed.
level_3/fake/c/private-build-load.c
level_3/fake/c/private-build.c