<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[32bit macOS flag]]></title><description><![CDATA[<p dir="auto">I just noticed this in the compile exporter</p>
<pre><code>	auto allow32BitMacOS = exporter-&gt;dataObject.getSetting(HiseSettings::Compiler::Support32BitMacOS);

	if (allow32BitMacOS)
	{
		REPLACE_WILDCARD_WITH_STRING("%MACOS_ARCHITECTURE%", "64BitUniversal");
		REPLACE_WILDCARD_WITH_STRING("%MACOS_MAKE_ARCHITECTURE%", "Universal");
	}
	else
	{
		REPLACE_WILDCARD_WITH_STRING("%MACOS_ARCHITECTURE%", "64BitIntel");
		REPLACE_WILDCARD_WITH_STRING("%MACOS_MAKE_ARCHITECTURE%", "x86_64");
	}
</code></pre>
<p dir="auto">Is this flag inverted?</p>
]]></description><link>https://forum.hise.audio/topic/14784/32bit-macos-flag</link><generator>RSS for Node</generator><lastBuildDate>Wed, 27 May 2026 15:16:24 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14784.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2026 11:05:35 GMT</pubDate><ttl>60</ttl></channel></rss>