Changeset efda2bd for wscript


Ignore:
Timestamp:
May 16, 2022, 7:17:37 PM (3 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
master
Children:
5c3cdc8
Parents:
f7497ab
Message:

[waf] remove obsoleted i386 when building iPhoneSimulator framework (closes gh-361)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wscript

    rf7497ab refda2bd  
    281281            DEVROOT += "/Developer/Platforms/iPhoneSimulator.platform/Developer"
    282282            SDKROOT = "%(DEVROOT)s/SDKs/iPhoneSimulator.sdk" % locals()
    283             ctx.env.CFLAGS += [ '-arch', 'i386' ]
    284283            ctx.env.CFLAGS += [ '-arch', 'x86_64' ]
    285             ctx.env.LINKFLAGS += ['-arch', 'i386']
    286284            ctx.env.LINKFLAGS += ['-arch', 'x86_64']
    287285            ctx.env.CFLAGS += [ '-mios-simulator-version-min=' + MINSDKVER ]
Note: See TracChangeset for help on using the changeset viewer.