Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
fix the double dot in the extension generated name (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriceci authored Sep 20, 2023
1 parent b114051 commit 283185f
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 @@ -35,7 +35,7 @@ if env["platform"] == "macos":
)
else:
library = env.SharedLibrary(
"bin/addons/godot-rapier2d/bin/libphysics_server_rapier2d.{}{}".format(env["suffix"], env["SHLIBSUFFIX"]),
"bin/addons/godot-rapier2d/bin/libphysics_server_rapier2d{}{}".format(env["suffix"], env["SHLIBSUFFIX"]),
source=sources,
)

Expand Down

0 comments on commit 283185f

Please sign in to comment.