lib{stb_image}: h{stb_image}
{
  cc.export.poptions = "-I$src_base"
}

if ($c.target.class != 'windows')
{
  lib{stb_image}: c.export.libs = -lm
  c.libs = -lm
}
