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
When building C sources of a foreign-library, no cflags from pkgconfig-depends libraries are passed to the compiler. (Even though those libraries do have cflags, and it works fine in a regular library and cc-options is passed alright)
When building C sources of a
foreign-library, no cflags frompkgconfig-dependslibraries are passed to the compiler. (Even though those libraries do have cflags, and it works fine in a regularlibraryandcc-optionsis passed alright)