change back to the old order of extracting externs before Xml

This commit is contained in:
erik-krogh
2022-11-30 15:46:46 +01:00
parent 6620ba8cc8
commit cddc9db690

View File

@@ -447,10 +447,10 @@ public class AutoBuild {
startThreadPool();
try {
extractSource();
extractXml();
if (hasSeenCode()) { // don't bother with the externs if no code was seen
extractExterns();
}
extractXml();
} finally {
shutdownThreadPool();
}