The Oracle Developer Studio compiler cc provides the "-I-" (dash-I-dash) option which can be used instead of "-iquote" to fix the incorrect include directory behavior in SunOS/Solaris.
This fix adds the "-I-" option and some additional notation regarding this issue.
https://github.com/ingydotnet/inline-c-pm/issues/72
The Oracle Developer Studio compiler
cc
provides the "-I-" (dash-I-dash) option which can be used instead of "-iquote" to fix the incorrect include directory behavior in SunOS/Solaris. This fix adds the "-I-" option and some additional notation regarding this issue. https://github.com/ingydotnet/inline-c-pm/issues/72