Disable Ar.wipeMetadata for AIX
AIX uses its own `ar` format variant (with a different header), which causes Cabal to abort with Distribution.Simple.Program.Ar.wipeMetadata: Bad global header This patch simply disables this non-essential operation for AIX.
Please register or sign in to comment