Skip to content

Commit

Permalink
Use py.install_source for data that should be accessable from an edit…
Browse files Browse the repository at this point in the history
…able install
  • Loading branch information
robtaylor committed Oct 14, 2023
1 parent 5dc6c1d commit 45c9ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flute/src/3.1/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ py.extension_module(
)


install_data(
py.install_sources(
'POST9.dat',
'POWV9.dat',
install_dir: py.get_install_dir(pure: false) / 'coriolis'
subdir: 'coriolis',
)

0 comments on commit 45c9ab3

Please sign in to comment.