Skip to content

Commit

Permalink
Fix dist filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Daylily-Zeleen committed Jul 29, 2023
1 parent 60e2b85 commit bdd5a51
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 @@ -37,7 +37,7 @@ bin_dir = "demo/addons/com.daylily_zeleen.godot_universal_serializer2/bin/"
if env["platform"] == "macos":
library = env.SharedLibrary(
bin_dir
+ "libgus2.{}.{}.framework/libgus.{}.{}".format(env["platform"], env["target"], env["platform"], env["target"]),
+ "libgus2.{}.{}.framework/libguss.{}.{}".format(env["platform"], env["target"], env["platform"], env["target"]),
source=sources,
)
else:
Expand Down

0 comments on commit bdd5a51

Please sign in to comment.