Skip to content

Commit

Permalink
[#62] Fix macos debug path (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhilton authored Nov 10, 2023
1 parent 4c7bfd6 commit d834363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/bin/summator.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ linux.debug.arm64 = "res://bin/libgdsummator.linux.template_debug.arm64.so"
linux.release.arm64 = "res://bin/libgdsummator.linux.template_release.arm64.so"
windows.x86_64.debug = "res://bin/libgdsummator.windows.template_debug.x86_64.dll"
windows.x86_64.release = "res://bin/libgdsummator.windows.template_release.x86_64.dll"
macos.debug = "res://bin/summator.macos.template_debug.framework"
macos.debug = "res://bin/libgdsummator.macos.template_debug.framework"
macos.release = "res://bin/libgdsummator.macos.template_release.framework"

0 comments on commit d834363

Please sign in to comment.