Skip to content

Commit

Permalink
💚
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Jan 4, 2024
1 parent 50ad5f5 commit 409b879
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/skia-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,28 +120,19 @@ 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 409b879

Please sign in to comment.