Created by: robbertvanginkel
When building mixed swift/c modules, the c part of the code needs to be
compiled with the flag -fmodule-name=
to correctly identify some
headers are part of the module it is building.
Created by: robbertvanginkel
When building mixed swift/c modules, the c part of the code needs to be
compiled with the flag -fmodule-name=
to correctly identify some
headers are part of the module it is building.