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
The source-flattener.py script is omitting the closing brace of the extern "C" { directive. The directive then encloses any C++ source code where the flattened erfa.h is included and breaks compilation.
The end of the flattened erfa.h should look like the following:
The source-flattener.py script is omitting the closing brace of the
extern "C" {
directive. The directive then encloses any C++ source code where the flattened erfa.h is included and breaks compilation.The end of the flattened erfa.h should look like the following:
The text was updated successfully, but these errors were encountered: