Skip to content

Commit

Permalink
Fix the gdextension path for macos-arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivorforce committed Oct 26, 2024
1 parent f386c70 commit 1c5a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python.gdextension
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ entry_symbol = "python_extension_init"
[libraries]

macos.x86_64 = "res://bin/macos-x86_64/libgodot-python.macos.x86_64.dylib"
macos.arm64 = "res://bin/macos-aarch64/libgodot-python.macos.arm64.dylib"
macos.arm64 = "res://bin/macos-arm64/libgodot-python.macos.arm64.dylib"

windows.x86_32 = "res://bin/windows-x86_32/libgodot-python.windows.x86_32.dll"
windows.x86_64 = "res://bin/windows-x86_64/libgodot-python.windows.x86_64.dll"
Expand Down

0 comments on commit 1c5a876

Please sign in to comment.