Forum
    • Categories
    • Register
    • Login

    32bit macOS flag

    Scheduled Pinned Locked Moved General Questions
    1 Posts 1 Posters 18 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • David HealeyD
      David Healey
      last edited by

      I just noticed this in the compile exporter

      	auto allow32BitMacOS = exporter->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");
      	}
      

      Is this flag inverted?

      Free HISE Bootcamp Full Course for beginners.
      YouTube Channel - Public HISE tutorials
      My Patreon - HISE tutorials

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      19

      Online

      2.3k

      Users

      13.7k

      Topics

      119.3k

      Posts