Skip to content

Commit

Permalink
Merge pull request #79 from alessandrofama/fix-gdextension-config-paths
Browse files Browse the repository at this point in the history
Fix typo in Windows library paths in gdextension configuration
  • Loading branch information
alessandrofama authored Sep 7, 2023
2 parents 8e14711 + ec8836f commit cd2bc38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/Wwise/native/wwise.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ compatibility_minimum = 4.1

[libraries]
windows.editor = "res://addons/Wwise/native/lib/win64/debug/libwwise.windows.template_debug.dll"
windows.debug = "res://addons/Wise/native/lib/win64/debug/libwwise.windows.template_debug.dll"
windows.release = "res://addons/wWwise/native/lib/win64/release/libwwise.windows.template_release.dll"
windows.debug = "res://addons/Wwise/native/lib/win64/debug/libwwise.windows.template_debug.dll"
windows.release = "res://addons/Wwise/native/lib/win64/release/libwwise.windows.template_release.dll"
macos.editor = "res://addons/Wwise/native/lib/macos/debug/libwwise.macos.template_debug.framework"
macos.debug = "res://addons/Wwise/native/lib/macos/debug/libwwise.macos.template_debug.framework"
macos.release = "res://addons/Wwise/native/lib/macos/release/libwwise.macos.template_release.framework"
Expand Down

0 comments on commit cd2bc38

Please sign in to comment.