boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
108 stars 18 forks source link

Make sure godot-cpp is build same as our target #37

Open clemens-tolboom opened 3 years ago

clemens-tolboom commented 3 years ago

scons target=debug should build godot-cpp similar.

The instructions are not covering switching from debug to release.

Can't we add this to main SConstuct?

Manual steps

cd godot-cpp/
scons target=release
cd ..
scons target=r osgeo_path=/usr/local/Cellar/gdal/3.2.1