mirror of
https://github.com/Facepunch/sbox-public.git
synced 2025-12-23 22:48:07 -05:00
Fix native interop gen being skipped in in private build (#3462)
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user