Skip to content

Commit

Permalink
fix: adapt .gdextension format to 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LandscapeLab Office committed Dec 20, 2023
1 parent adbd728 commit ab66d58
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions demo/addons/geodot/geodot.gdextension
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
[configuration]

entry_symbol = "geodot_library_init"
compatibility_minimum = 4.2.1
compatibility_minimum = "4.2"

[libraries]

linux.64="x11/libgeodot.so"
windows.64="win64/libgeodot.dll"
macos.64="macos/libgeodot.dylib"
linux.debug.x86_64 = "res://addons/geodot/x11/libgeodot.so"
linux.release.x86_64 = "res://addons/geodot/x11/libgeodot.so"

windows.debug.x86_64="res://addons/geodot/win64/libgeodot.dll"
windows.release.x86_64="res://addons/geodot/win64/libgeodot.dll"

macos.debug.x86_64="res://addons/geodot/macos/libgeodot.dylib"
macos.release.x86_64="res://addons/geodot/macos/libgeodot.dylib"

0 comments on commit ab66d58

Please sign in to comment.