Skip to content

Set executable bit on Linux build.sh#2

Open
ccouzens wants to merge 2 commits intoOpenAcousticDevices:masterfrom
ccouzens:master
Open

Set executable bit on Linux build.sh#2
ccouzens wants to merge 2 commits intoOpenAcousticDevices:masterfrom
ccouzens:master

Conversation

@ccouzens
Copy link

@ccouzens ccouzens commented Jul 3, 2022

build.sh has been changed to be chmod +x.

The binary is now built with the executable bit set. The cp was removing the executable bit.

ccouzens added 2 commits July 3, 2022 23:37
So it can be easily run.
Before when it copied, it didn't copy the executable bit. Therefore
adding the executable bit was a second step.

GCC puts it on by default, so having gcc build it in the right directory
ensures the binary has the executable bit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant