Fix native interop gen being skipped in in private build (#3462)

This commit is contained in:
Lorenz Junglas
2025-11-26 20:43:30 +01:00
committed by GitHub
parent 9895d42002
commit 8b1d58d524

View File

@@ -22,7 +22,7 @@ internal class Build
}
// Always add interop gen
builder.AddStep( new Steps.InteropGen( "Interop Gen", shouldSkipNative ) );
builder.AddStep( new Steps.InteropGen( "Interop Gen", isPublicSource ) );
if ( !isPublicSource )
{