baidupcs-go: fix building on darwin
This commit is contained in:
parent
b1dead85ca
commit
e7cd636ac1
@ -32,7 +32,7 @@ buildGoModule rec {
|
||||
|
||||
postInstall = ''
|
||||
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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user