baidupcs-go: fix building on darwin

This commit is contained in:
Sizhe Zhao 2025-06-21 20:55:44 +08:00
parent b1dead85ca
commit e7cd636ac1
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -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 = ''