Skip to content

Commit

Permalink
fix CI meson.build subproject script
Browse files Browse the repository at this point in the history
  • Loading branch information
giridharprasath committed Sep 21, 2024
1 parent ea09852 commit b3d2781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subprojects/packagefiles/z3/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project('z3', 'cpp', version: '3049f578a8f98a0b0992eca193afe57a73b30ca3')
python = import('python').find_installation()

# Run Z3's configuration script
run_command(python, 'scripts/mk_make.py', '--python', check: true)
run_command(python, 'scripts/mk_make.py', check: true)

z3_src = [
'src/ackermannization/lackr.cpp',
Expand Down

0 comments on commit b3d2781

Please sign in to comment.