Hey Swift Devs,

Does there happen to be an environment variable, similar to 'CC' for C,
that I could use to override the path to the Swift compiler? If so, is
there also one for ibtool, metal, etc.?

I want to redirect swift calls to a bash script that does some processing
before running the original compile call. Preferably, I would have all the
information available to the swift call (input files, output files, etc.),
which makes using a build rule a little difficult.
_______________________________________________
swift-dev mailing list
swift-dev@swift.org
https://lists.swift.org/mailman/listinfo/swift-dev

Reply via email to