Skip to content

Commit

Permalink
Merge pull request #54931 from Calinou/scons-fix-macos-build-message
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Nov 12, 2021
2 parents 5106025 + fde50db commit a79e4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/osx/detect.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def configure(env):
env.Append(CCFLAGS=["-arch", "arm64", "-mmacosx-version-min=10.15"])
env.Append(LINKFLAGS=["-arch", "arm64", "-mmacosx-version-min=10.15"])
else:
print("Building for macOS 10.9+, platform x86-64.")
print("Building for macOS 10.12+, platform x86-64.")
env.Append(CCFLAGS=["-arch", "x86_64", "-mmacosx-version-min=10.12"])
env.Append(LINKFLAGS=["-arch", "x86_64", "-mmacosx-version-min=10.12"])

Expand Down

0 comments on commit a79e4d0

Please sign in to comment.