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
What's the expected process for regenerating the bindings, for example the files at ./src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi?
I don't see any obvious way to do this--CppParser.Bootstrap only looks like it handles the native code and CppSharp.CLI doesn't seem like it has the right options available (or I'm otherwise missing how to set module.OutputNamespace to "").
Apologies if I missed this somewhere in the documentation or the build system.
The text was updated successfully, but these errors were encountered:
What's the expected process for regenerating the bindings, for example the files at
./src/CppParser/Bindings/CSharp/x86_64-linux-gnu-cxx11abi
?I don't see any obvious way to do this--
CppParser.Bootstrap
only looks like it handles the native code andCppSharp.CLI
doesn't seem like it has the right options available (or I'm otherwise missing how to setmodule.OutputNamespace
to""
).Apologies if I missed this somewhere in the documentation or the build system.
The text was updated successfully, but these errors were encountered: