_prebuilt thingy
This commit is contained in:
@@ -361,7 +361,7 @@ namespace Flax.Build
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Skip using C++ project if any included binary module is C#-only
|
// Skip using C++ project if any included binary module is C#-only
|
||||||
if (binaryModules.Any(x => x.Value.Any(y => y.BuildNativeCode)) && !rootProject.IsCSharpOnlyProject)
|
if ((binaryModules.Any(x => x.Value.Any(y => y.BuildNativeCode)) && !rootProject.IsCSharpOnlyProject) || !targets[0].IsPreBuilt)
|
||||||
{
|
{
|
||||||
projects.Add(project);
|
projects.Add(project);
|
||||||
if (mainSolutionProject == null && projectInfo == rootProject)
|
if (mainSolutionProject == null && projectInfo == rootProject)
|
||||||
|
|||||||
Reference in New Issue
Block a user