From 4097a89d3e50ad2f7f61e99b988fd64fba297128 Mon Sep 17 00:00:00 2001 From: Rohit Goswami Date: Sat, 20 Jul 2024 23:48:48 +0000 Subject: [PATCH] BLD: Use newer script location --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index 7788c9e0d7..5fb54a97c2 100644 --- a/src/meson.build +++ b/src/meson.build @@ -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