Skip to content

Commit

Permalink
fix windows gdextension lib paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamby777 committed May 12, 2024
1 parent 68853d6 commit 38d4525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pets-gd/PETS.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ compatibility_minimum = 4.1
[libraries]
linux.debug.x86_64 = "res://../pets-lib/target/debug/libpets_lib.so"
linux.release.x86_64 = "res://../pets-lib/target/release/libpets_lib.so"
windows.debug.x86_64 = "res://../pets-lib/target/debug/pets-lib.dll"
windows.release.x86_64 = "res://../pets-lib/target/release/pets-lib.dll"
windows.debug.x86_64 = "res://../pets-lib/target/debug/pets_lib.dll"
windows.release.x86_64 = "res://../pets-lib/target/release/pets_lib.dll"
macos.debug = "res://../pets-lib/target/debug/libpets_lib.dylib"
macos.release = "res://../pets-lib/target/release/libpets_lib.dylib"
macos.debug.arm64 = "res://../pets-lib/target/debug/libpets_lib.dylib"
Expand Down

0 comments on commit 38d4525

Please sign in to comment.