Hi, I’m trying to link to sciter C library, however, I keep encountering the issue of:
/home/ubuntu/projects/sciter-tests/src/sciter.cr:12: undefined reference to `SciterCreateWindow’
Code can be found here: https://github.com/WhoAteDaCake/sciter-tests
crystal build src/main.cr
command
The similar code, but in C compiles without problems: https://github.com/WhoAteDaCake/sciter-repro
Am I doing the bindings incorrectly?