usearch: Make installed binary executable (#10269)
* usearch: Make binary executable * usearch: remove join_path
This commit is contained in:
parent
d9c8d2f27b
commit
45882e1b6f
1 changed files with 2 additions and 0 deletions
|
@ -28,3 +28,5 @@ def install(self, spec, prefix):
|
|||
mkdirp(prefix.bin)
|
||||
install('usearch{0}_i86linux32'.format(self.version),
|
||||
prefix.bin.usearch)
|
||||
chmod = which('chmod')
|
||||
chmod('+x', prefix.bin.usearch)
|
||||
|
|
Loading…
Reference in a new issue