Closed keith closed 1 month ago
If you have something like copts = ["-I$(GENDIR)"] this requires pre-processing. There are other use cases like this that likely matter less than this.
copts = ["-I$(GENDIR)"]
Thanks!
If you have something like
copts = ["-I$(GENDIR)"]
this requires pre-processing. There are other use cases like this that likely matter less than this.