cx-language / cx

C* is a hybrid low-level/high-level systems programming language focused on performance and productivity.
https://cx-language.github.io/
MIT License
130 stars 9 forks source link

hasInclude() can find wrong header when having multiple libc's installed #72

Open emlai opened 3 years ago

emlai commented 3 years ago

hasInclude() should only find headers belonging to the libc (or other libraries) we're linking against.

See #71.