Skip to content

Commit

Permalink
updated library paths to line up with cmake updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac committed Oct 6, 2023
1 parent de4626c commit 615a465
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/bin/roguelite.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ compatibility_minimum = 4.1

[libraries]

windows.debug.x86_64 = "res://bin/roguelite.debug.dll"
windows.release.x86_64 = "res://bin/roguelite.release.dll"
linux.debug.x86_64 = "res://bin/libroguelite.debug.so"
linux.release.x86_64 = "res://bin/libroguelite.release.so"
windows.debug.x86_64 = "res://bin/roguelite.debug.x64.dll"
windows.release.x86_64 = "res://bin/roguelite.release.x64.dll"
linux.debug.x86_64 = "res://bin/libroguelite.debug.x64.so"
linux.release.x86_64 = "res://bin/libroguelite.release.x64.so"

0 comments on commit 615a465

Please sign in to comment.