lexborisov / myhtml

Fast C/C++ HTML 5 Parser. Using threads.
GNU Lesser General Public License v2.1
1.66k stars 147 forks source link

Correct include dir in Makefile #173

Closed PopFlamingo closed 5 years ago

PopFlamingo commented 5 years ago

In api.h, we have:

#include <mycore/myosi.h>
#include <mycore/incoming.h>
#include <mycore/mystring.h>
#include <mycore/utils/mchar_asy

So path is relative to /include, not /incude/mycore etc...

I encountered a bug with the old pc config and this new one fixes the issue.

PopFlamingo commented 5 years ago

@lexborisov Do you think that makes sense?

lexborisov commented 5 years ago

@adtrevor I will definitely watch the patch tomorrow. Thank you for the report!

lexborisov commented 5 years ago

@adtrevor Thanks for the PR! Merged.

PopFlamingo commented 5 years ago

@lexborisov Happy to contribute! 😃