Skip to content

Commit

Permalink
Merge pull request #94 from btkostner/master
Browse files Browse the repository at this point in the history
fix postinstall script
  • Loading branch information
Lains authored Nov 9, 2018
2 parents 415bc6b + acc13ed commit a6846c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ executable(
)

# Add in a post install script
meson.add_install_script('/meson/post_install.py')
meson.add_install_script(meson.source_root() + '/meson/post_install.py')

# Add subfolders for Meson to look
subdir('data')
Expand Down

0 comments on commit a6846c7

Please sign in to comment.