There was an error while loading. Please reload this page.
2 parents fb4a304 + 871a0cb commit 2995751Copy full SHA for 2995751
1 file changed
platform/macos/detect.py
@@ -323,5 +323,5 @@ def configure(env: "SConsEnvironment"):
323
sys.exit(255)
324
325
if len(extra_frameworks) > 0:
326
- frameworks = [item for key in extra_frameworks for item in ["-framework", key]]
+ frameworks = [item for key in sorted(extra_frameworks) for item in ["-framework", key]]
327
env.Append(LINKFLAGS=frameworks)
0 commit comments