Skip to content

Ninja,Swift: pass along DEFINES/FLAGS/INCLUDES

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

Since the Swift model does a single compile/link phase, we would not get the compile definitions, includes, and options past along to the build of the module. Compute these for the target when constructing the main command.

Topic-rename: swift-flags

Edited by Brad King

Merge request reports