Skip to content

Commit

Permalink
back to lowercase for pkg-config names
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Mar 11, 2024
1 parent 74852c2 commit b3210a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babelizer/data/{{cookiecutter.package_name}}/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ project(

{%- if cookiecutter.language == 'c' %}
lang = 'c'
bmilib = 'BmiHeatC'
bmilib = 'bmiheatc'
{%- elif cookiecutter.language == 'c++' %}
lang = 'cpp'
bmilib = 'BmiHeatCXX'
bmilib = 'bmiheatcxx'
{%- elif cookiecutter.language == 'fortran' %}
lang = 'fortran'
bmilib = 'bmiheatf'
Expand Down

0 comments on commit b3210a9

Please sign in to comment.