2shady4u / godot-sqlite

GDExtension wrapper for SQLite (Godot 4.x+)
MIT License
850 stars 76 forks source link

Windows 32 version? #158

Closed andolon closed 8 months ago

andolon commented 8 months ago

Its possible to target to windows 32 bits?
yes, Windows xp 32 or ReactOs.

andolon commented 8 months ago

scons platform=windows bits=32 use_mingw=yes target=release target_path=demo/addons/godot-sqlite/bin/win32/ target_name=libgdsqlite_win32_release scons platform=windows bits=32 use_mingw=yes target=debug target_path=demo/addons/godot-sqlite/bin/win32/ target_name=libgdsqlite_win32_debug