You can now configure the plugin:
For macOs:
----------
### configuring
cd <build_folder>
<project_path>configure.sh
### building, testing, etc...
cd <build_folder>/build
./jamba.sh -h
Note how the script is referring to configure.sh but it looks like it got replaced by configure.py.
Note how the script is referring to
configure.sh
but it looks like it got replaced byconfigure.py
.