Skip to content

Swift: fix static library handling

Saleem Abdulrasool requested to merge compnerd/cmake:static-library-flags into master

Handle static libraries similar to shared libraries. Do not pass along the shared library flags raw as that will pass flags for the linker to the driver which is incorrect.

Merge request reports