meson: Remove the unused variable sh
This method only worked with meson >= 0.55.0. See:
https://mesonbuild.com/Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types
This method only worked with meson >= 0.55.0. See:
https://mesonbuild.com/Release-notes-for-0-55-0.html#mesonadd__script-methods-accept-new-types
by roundabout, Monday, 22 March 2021, 12:27:40 (1616416060), pushed by roundabout, Sunday, 11 May 2025, 13:23:01 (1746969781)
Author identity: nana-4 <hnmaigo@gmail.com>
475bb09baa0fe9f7643049564a360b4595b36a02
sassc = find_program('sassc')
sassc_opts = ['-M', '-t', 'expanded']
sh = find_program('sh')
themes = []
foreach color: get_option('colors')
foreach size: get_option('sizes')