diff --git a/include.xml b/include.xml
index 681aa036c..6a6980c78 100644
--- a/include.xml
+++ b/include.xml
@@ -67,7 +67,7 @@
-
+
diff --git a/lime/tools/platforms/MacPlatform.hx b/lime/tools/platforms/MacPlatform.hx
index 037f6a2e2..6ebe9cae9 100644
--- a/lime/tools/platforms/MacPlatform.hx
+++ b/lime/tools/platforms/MacPlatform.hx
@@ -251,13 +251,13 @@ class MacPlatform extends PlatformTarget {
if (!targetFlags.exists ("32") && (command == "rebuild" || PlatformHelper.hostArchitecture == Architecture.X64)) {
- commands.push ([ "-Dmac", "-DHXCPP_M64" ]);
+ commands.push ([ "-Dmac", "-DHXCPP_CLANG", "-DHXCPP_M64" ]);
}
if (!targetFlags.exists ("64") && (command == "rebuild" || PlatformHelper.hostArchitecture == Architecture.X86)) {
- commands.push ([ "-Dmac", "-DHXCPP_M32" ]);
+ commands.push ([ "-Dmac", "-DHXCPP_CLANG", "-DHXCPP_M32" ]);
}