Skip to content

Commit

Permalink
BLD: Use newer script location
Browse files Browse the repository at this point in the history
  • Loading branch information
HaoZeke committed Jul 20, 2024
1 parent cc65280 commit 4097a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ highs_dep = declare_dependency(link_with: highslib,
)

if is_windows
rootdir = meson.source_root()
rootdir = meson.project_source_root()
meson.add_install_script(f'@rootdir@' / 'scripts' / 'post_install_win.bat', '{dest_dir}', '{wheel}')
endif

Expand Down

0 comments on commit 4097a89

Please sign in to comment.