Skip to content

Commit

Permalink
forgor the .gdextension files 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
ashifolfi committed Jun 29, 2024
1 parent b0db850 commit 0696fb3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,4 +397,5 @@ FodyWeavers.xsd
# JetBrains Rider
*.sln.iml

out/
out/
!/res/bin
8 changes: 8 additions & 0 deletions res/bin/Debug.gdextension.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[configuration]
entry_symbol = "${TARGET}_init"
compatibility_minimum = 4.2

[libraries]
linux.debug.x86_64 = "res://addons/gdrml/bin/${TARGET}/Linux_x86_64/lib${TARGET}d.so"
macos.debug = "res://addons/gdrml/bin/${TARGET}/Darwin_Universal/lib${TARGET}d.dylib"
windows.debug.x86_64 = "res://addons/gdrml/bin/${TARGET}/Windows_AMD64/${TARGET}d.dll"
8 changes: 8 additions & 0 deletions res/bin/Release.gdextension.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[configuration]
entry_symbol = "${TARGET}_init"
compatibility_minimum = 4.2

[libraries]
linux.release.x86_64 = "res://addons/gdrml/bin/${TARGET}/Linux_x86_64/lib${TARGET}.so"
macos.release = "res://addons/gdrml/bin/${TARGET}/Darwin_Universal/lib${TARGET}.dylib"
windows.release.x86_64 = "res://addons/gdrml/bin/${TARGET}/Windows_AMD64/${TARGET}.dll"

0 comments on commit 0696fb3

Please sign in to comment.