Browse Source

support TargetBuild FD compilation for sys tests [skip ci]

Simon Krajewski 10 years ago
parent
commit
c6830f0d23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/sys/testsys.hxproj

+ 1 - 1
tests/sys/testsys.hxproj

@@ -39,7 +39,7 @@
     <hidden path="obj" />
   </hiddenPaths>
   <!-- Executed before build -->
-  <preBuildCommand>haxe compile.hxml</preBuildCommand>
+  <preBuildCommand>"$(CompilerPath)/haxe" compile$(TargetBuild).hxml</preBuildCommand>
   <!-- Executed after build -->
   <postBuildCommand alwaysRun="False" />
   <!-- Other project options -->