Use bindbc-sdl statically

Mike Parker aldacron at gmail.com
Sun Apr 25 07:00:16 UTC 2021


On Saturday, 24 April 2021 at 16:13:12 UTC, russhy wrote:


>
> also you are missing the
>
> ```
> subConfigurations "bindbc-sdl" "staticBC"
> ```

That's not necessary when the version `BindSDL_Static` is 
provided. The `static` and `staticBC` subconfigurations both 
enable `-version=BindSDL_Static`, and `staticBC` is only required 
when you want to compile as a static binding with `-betterC`.


More information about the Digitalmars-d-learn mailing list