contrib: main.mak: use AR for cmake unconditionnally
The pain point was that $(HOST)-ar doesn't exist on MacOSX as there is no triplet-prefixed tools. This has become useless as we now enforce the correct variant through `xcrun --find` in apple buildscripts.
Loading
Please register or sign in to comment