fix Makefile failing on strip #1

Merged
Hay1tsme merged 1 commits from :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
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
2 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Hay1tsme/segatools#1
No description provided.