-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgodotBcrypt.gdextension
18 lines (15 loc) · 1.13 KB
/
godotBcrypt.gdextension
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[configuration]
entry_symbol = "godotBcrypt_library_init"
[libraries]
macos.debug = "res://bin/godotBcrypt/libgodotBcrypt.macos.template_debug"
macos.release = "res://bin/godotBcrypt/libgodotBcrypt.macos.template_release"
windows.debug.x86_32 = "res://bin/godotBcrypt/libgodotBcrypt.windows.template_debug.x86_32.dll"
windows.release.x86_32 = "res://bin/godotBcrypt/libgodotBcrypt.windows.template_release.x86_32.dll"
windows.debug.x86_64 = "res://bin/godotBcrypt/libgodotBcrypt.windows.template_debug.x86_64.dll"
windows.release.x86_64 = "res://bin/godotBcrypt/libgodotBcrypt.windows.template_release.x86_64.dll"
linux.debug.x86_64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_debug.x86_64.so"
linux.release.x86_64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_release.x86_64.so"
linux.debug.arm64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_debug.arm64.so"
linux.release.arm64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_release.arm64.so"
linux.debug.rv64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_debug.rv64.so"
linux.release.rv64 = "res://bin/godotBcrypt/libgodotBcrypt.linux.template_release.rv64.so"