]> Kevux Git Server - fll/commit
Bugfix: The bootstrap script "-d/--define" command does not match the Fake command.
authorKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:02:55 +0000 (10:02 -0600)
committerKevin Day <kevin@kevux.org>
Sun, 12 Feb 2023 16:04:38 +0000 (10:04 -0600)
commit17915a11bd8986522dc2640df6b4165530e95c78
tree638a78536f8b5f7bd394cc6aae7f2b32c112fea4
parent9cacb959b6ad4ac50c84cddf5934834600dde91a
Bugfix: The bootstrap script "-d/--define" command does not match the Fake command.

This is the old way the -d/--define command was designed.
The bootstrap script simply has never been updated.

The command is now "--define" and not "--defines".

Remove the sanity check in the parameter.
This behavior is not as precise and the commands are passed to the program in whatever form they expect.
build/scripts/bootstrap.sh