|
@@ -601,7 +601,7 @@ class RunCi {
|
|
}
|
|
}
|
|
case Cpp:
|
|
case Cpp:
|
|
getCppDependencies();
|
|
getCppDependencies();
|
|
- runCommand("haxe", ["compile-cpp.hxml"]);
|
|
|
|
|
|
+ runCommand("haxe", ["compile-cpp.hxml", "-D", "HXCPP_M32"]);
|
|
runCpp("bin/cpp/Test-debug", []);
|
|
runCpp("bin/cpp/Test-debug", []);
|
|
|
|
|
|
switch (ci) {
|
|
switch (ci) {
|