2shady4u / godot-sqlite

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

godot-cpp library filename fix in case if macos_arch parameter is used #137

Closed Antokolos closed 1 year ago

Antokolos commented 1 year ago

Small fix for build script for case when macos_arch parameter is set to anything other than 'universal' Otherwise godot-cpp library cannot be found and build fails.

2shady4u commented 1 year ago

Hi @Antokolos

Thank you for your contribution 😄 I'll probably update the SConstruct at some point to be on par with one found on godot-cpp