baidupcs-go: fix building on darwin (#418737)
This commit is contained in:
commit
b5b8d1f94b
@ -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