baidupcs-go: fix building on darwin (#418737)

This commit is contained in:
Aleksana
2025-06-22 11:43:18 +08:00
committed by GitHub

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