CastXML / pygccxml

pygccxml is a specialized XML reader that reads the output from CastXML or GCCXML. It provides a simple framework to navigate C++ declarations, using Python classes.
Boost Software License 1.0
129 stars 44 forks source link

Pass cflags to subclass #144

Closed tao558 closed 3 years ago

tao558 commented 3 years ago

Fixes an issue introduced in 17feef3 where cflags aren't always passed to subclass.

tao558 commented 3 years ago

Same as #143, which for some reason was showing this as merging 3 commits

tao558 commented 3 years ago

@josephsnyder This might fix your issue. This should be merged in regardless