You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pack this project as meson subproject and I encounter a problem.
Looks like only quickjs.h is public api but it's located at project root, so a include path quickjs-ng/quickjs will make all internal headers files available in path search path.
Yes, quickjs.h is the only public header. Implementaation details are hidden in quickjs.c so exposing the other headers should be harmless. If you can prevent it, however, I'd recommend you do.
I'm trying to pack this project as meson subproject and I encounter a problem.
Looks like only
quickjs.h
is public api but it's located at project root, so a include pathquickjs-ng/quickjs
will make all internal headers files available in path search path.mesonbuild/wrapdb#1865 (review)
is it possible to have a dedicated "include" directory to expose our APIs?
The text was updated successfully, but these errors were encountered: