Skip to content

Commit

Permalink
try reverse order of things
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Sep 8, 2024
1 parent b7d1de9 commit a93b4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ if platform == "darwin":
deps = check_deps(source[0].path)
for dep in deps:
if dep.endswith('.framework'):
paths = Split(env["FRAMEWORKPATH"]) + env["LIBPATH"]
paths = env["LIBPATH"] + env["FRAMEWORKPATH"]
else:
paths = env["LIBPATH"]
for search_path in paths:
Expand Down

0 comments on commit a93b4aa

Please sign in to comment.