Skip to content

Commit

Permalink
Min macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Feb 4, 2024
1 parent 46650d5 commit 5f1f03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-skia.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ switch (TARGET_TRIPLE) {
break
case 'aarch64-apple-darwin':
ExtraSkiaBuildFlag += ' target_cpu="arm64" target_os="mac"'
ExtraCflagsCC += ', "--target=arm64-apple-macos"'
ExtraCflagsCC += ', "--target=arm64-apple-macos", "-mmacosx-version-min=11.0"'
ExtraLdFlags = '"--target=arm64-apple-macos"'
ExtraAsmFlags = '"--target=arm64-apple-macos"'
ExtraCflags = '"--target=arm64-apple-macos"'
Expand Down

0 comments on commit 5f1f03d

Please sign in to comment.