Changeset f7497ab
- Timestamp:
- May 16, 2022, 7:16:55 PM (2 years ago)
- Branches:
- master
- Children:
- efda2bd
- Parents:
- dd9287c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wscript
rdd9287c rf7497ab 235 235 236 236 if target_platform == 'darwin' and ctx.options.enable_fat: 237 ctx.env.CFLAGS += ['-arch', ' i386', '-arch', 'x86_64']238 ctx.env.LINKFLAGS += ['-arch', ' i386', '-arch', 'x86_64']237 ctx.env.CFLAGS += ['-arch', 'arm64', '-arch', 'x86_64'] 238 ctx.env.LINKFLAGS += ['-arch', 'arm64', '-arch', 'x86_64'] 239 239 MINSDKVER="10.4" 240 240 ctx.env.CFLAGS += [ '-mmacosx-version-min=' + MINSDKVER ]
Note: See TracChangeset
for help on using the changeset viewer.