]> Kevux Git Server - fll/commit
Bugfix: The build settings 'path_sources' is incorrectly added.
authorKevin Day <kevin@kevux.org>
Sun, 29 Jan 2023 23:36:06 +0000 (17:36 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 29 Jan 2023 23:36:06 +0000 (17:36 -0600)
commitebf45163699764860892a170ac3c693e26134002
treee011d315554d21ef64e34663867abf152c62d5f7
parent5b47d934f04ad440a99ecf2f165079a7ae369757
Bugfix: The build settings 'path_sources' is incorrectly added.

The commit 79858cf386916fd25ccd3578797de53b16f5c446 fixed a problem with the sources path passed to the program.
This revealed a bug where the build setting 'path_sources' is being added twice.
This is probably why the previous bug was not noticed for so long.

Make sure to apply the passed path sources parameter when the build settings does not have 'path_sources'.
level_3/fake/c/main/private-build-load.c
level_3/fake/c/main/private-build.c