Skip to content

Make x86 target flags more specific #1819

Closed
@tobil4sk

Description

@tobil4sk

As discussed in #1813, -64 and -32 are currently used in a lot of places to mean x86_64 and x86_32 respectively. Now that arm64 systems are widespread (and 8.2.0-Dev has arm64 Mac support), which is also a 64 bit architecture, it would be better to have more specific flags that are specifically for x86 architectures.

It looks like the ios target already uses the i386 flag:

if (project.targetFlags.exists("i386") || project.targetFlags.exists("32"))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions