浏览代码

support TargetBuild FD compilation for sys tests [skip ci]

Simon Krajewski 10 年之前
父节点
当前提交
c6830f0d23
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 -->