Skip to content

Commit ab902b5

Browse files
committed
Remove old warning in FDBuild
1 parent 31aff0b commit ab902b5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

External/Tools/FDBuild/Building/Haxe/HaxeProjectBuilder.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ protected override void DoBuild(string[] extraClasspaths, bool noTrace)
3737
string connect = (!serverPort.StartsWith("%") && serverPort != "0")
3838
? "--connect " + serverPort : "";
3939

40-
if (project.MovieOptions.HasPlatformSupport && project.MovieOptions.PlatformSupport.ExternalToolchain != null)
41-
{
42-
Console.WriteLine("Automatic NME/OpenFL build by FDBuild is deprecated.");
43-
return;
44-
}
45-
4640
// always use relative path for CPP (because it prepends ./)
4741
//if (project.IsCppOutput)
4842
// output = project.FixDebugReleasePath(project.OutputPath);

0 commit comments

Comments
 (0)