Skip to content

Commit

Permalink
Update submodule to test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Jan 20, 2024
1 parent 9198645 commit 4be5bb1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externals/depot_tools
Submodule depot_tools updated from 259976 to 911ccd
2 changes: 1 addition & 1 deletion externals/skia
Submodule skia updated from 589c46 to 8c4cd0
9 changes: 9 additions & 0 deletions scripts/skia-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,28 @@ export const configurations: Configuration = {
cpu: "arm64",
args: [
["ios_min_target", '"13.0"'],
["extra_cflags", '["-target", "arm64-apple-ios"]'],
["extra_asmflags", '["-target", "arm64-apple-ios"]'],
["extra_ldflags", '["-target", "arm64-apple-ios"]'],
],
},
"arm64-iphonesimulator": {
cpu: "arm64",
args: [
["ios_min_target", '"13.0"'],
["extra_cflags", '["-target", "arm64-apple-ios-simulator"]'],
["extra_asmflags", '["-target", "arm64-apple-ios-simulator"]'],
["extra_ldflags", '["-target", "arm64-apple-ios-simulator"]'],
["ios_use_simulator", true],
],
},
x64: {
cpu: "x64",
args: [
["ios_min_target", '"13.0"'],
["extra_cflags", '["-target", "arm64-apple-ios-simulator"]'],
["extra_asmflags", '["-target", "arm64-apple-ios-simulator"]'],
["extra_ldflags", '["-target", "arm64-apple-ios-simulator"]'],
],
},
},
Expand Down

0 comments on commit 4be5bb1

Please sign in to comment.