baidupcs-go: fix building on darwin
This commit is contained in:
parent
b1dead85ca
commit
e7cd636ac1
@ -32,7 +32,7 @@ buildGoModule rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
rm -f $out/bin/AndroidNDKBuild
|
rm -f $out/bin/AndroidNDKBuild
|
||||||
ln -s $out/bin/BaiduPCS-Go $out/bin/baidupcs-go
|
ln -s $out/bin/BaiduPCS-Go $out/bin/baidupcs-go || true
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postVersionCheck = ''
|
postVersionCheck = ''
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user