Forum
    • Categories
    • Register
    • Login

    32bit macOS flag

    Scheduled Pinned Locked Moved General Questions
    3 Posts 2 Posters 52 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

      L 1 Reply Last reply Reply Quote 0
      • L
        Lurch @David Healey
        last edited by

        @David-Healey Is this in the dll compiler? because this would explain a bug I've seen a lot recently where if compile a dll in HISE it fails on apple silicon, I have to run the Xcode project and force it to use Release profile for it to work.

        David HealeyD 1 Reply Last reply Reply Quote 0
        • David HealeyD
          David Healey @Lurch
          last edited by

          @Lurch Not sure if it affects compiling networks

          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

          9

          Online

          2.4k

          Users

          13.7k

          Topics

          119.3k

          Posts