Haxe to csharp output error - how to disable compiling to binary?

-cp src
-cs bin
-main tutorials.examples.Main

haxe build.hxml generate src and trying to compile

how to disable this compiling by csharp compiler?

haxelib run hxcs hxcs_build.txt --haxe-version 3407 --feature-level 1
Compilation error
C# compiler not found. Please make sure either Visual Studio or mono is installed or they are reachable by their path
Error: Build failed

-D no-compilation should do the trick.

1 Like