Skip to content

Commit

Permalink
use pymod.find_installation() to find python prog
Browse files Browse the repository at this point in the history
  • Loading branch information
nshaheed committed Oct 12, 2024
1 parent 6ac8c66 commit c5bb943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion single-include/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# meson.build here when generating the single file header so that it is placced
# in the correct location.

prog_python = find_program('python')
pymod = import('python')
prog_python = pymod.find_installation()

single_main_file = files('CLI11.hpp.in')

Expand Down

0 comments on commit c5bb943

Please sign in to comment.