]> 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:05:49 +0000 (10:05 -0600)
commitf0e52b7fd7a833556236fa2d3617a8f6ded482bc
treeb1ae939033b1bb606d45cf4c4bdef2cabc9bcc15
parent44fbd87086b9fb2a0bcdc0335d36ce9a4b9bf175
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