ingydotnet / inline-c-pm

10 stars 19 forks source link

Fix Include Dir Behavior, Use -I- For Oracle Developer Studio & Emit Warning #76

Closed wbraswell closed 5 years ago

wbraswell commented 5 years ago

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