fix Makefile failing on strip #1

Merged
Hay1tsme merged 1 commits from Yellowberry/segatools:master into master 2023-02-19 18:59:59 +00:00
Contributor

On most Linux distros, make defaults to using /bin/sh, which doesn't support the *.{exe,dll} substitution used in the make dist command. This PR changes the shell that make uses to /bin/bash, which does support it.

On most Linux distros, `make` defaults to using `/bin/sh`, which doesn't support the `*.{exe,dll}` substitution used in the `make dist` command. This PR changes the shell that `make` uses to `/bin/bash`, which does support it.
Yellowberry added 1 commit 2023-02-19 06:03:35 +00:00
Owner

Thanks for the fix!

Thanks for the fix!
Hay1tsme merged commit 5935e322e8 into master 2023-02-19 18:59:59 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Hay1tsme/segatools#1
No description provided.