- Timestamp:
- Dec 28, 2023, 12:30:21 PM (12 months ago)
- Branches:
- master
- Children:
- 2e3f88f
- Parents:
- eed0199
- git-author:
- Paul Brossier <piem@piem.org> (12/28/23 11:54:16)
- git-committer:
- Paul Brossier <piem@piem.org> (12/28/23 12:30:21)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
reed0199 rb16e592 288 288 else: 289 289 ctx.env.CFLAGS += [ '-arch', 'x86_64' ] 290 ctx.env.CFLAGS += [ '-arch', 'arm64' ] 290 291 ctx.env.LINKFLAGS += ['-arch', 'x86_64'] 292 ctx.env.LINKFLAGS += ['-arch', 'arm64'] 291 293 ctx.env.CFLAGS += [ '-mios-simulator-version-min=' + MINSDKVER ] 292 294 ctx.env.LINKFLAGS += [ '-mios-simulator-version-min=' + MINSDKVER ]
Note: See TracChangeset
for help on using the changeset viewer.