Skip to content

Commit

Permalink
Use lower case 'p' in project generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregersn committed Apr 14, 2024
1 parent c46702f commit a244f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('Pyro', 'cpp',
project('pyro', 'cpp',
version: '0.0.1-alpha',
license: 'GPLv3',
default_options: ['cpp_std=c++17'])
Expand Down Expand Up @@ -35,4 +35,4 @@ pkg_mod.generate(name: meson.project_name(),
if not meson.is_subproject()
subdir('tests')
subdir('screenshot-tests')
endif
endif

0 comments on commit a244f58

Please sign in to comment.