Skip to content

Commit 17d30b8

Browse files
committed
installer: use files() to pose a correct dependency on the chnaging of the .nsi file
1 parent 4ef349e commit 17d30b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/executables/meson.build

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ if build_application
6969

7070
makensis = find_program('makensis')
7171

72-
nsis_script = meson.project_source_root() / 'tools' / 'installer' / 'setup.nsi'
72+
nsis_script = files(
73+
meson.project_source_root() / 'tools' / 'installer' / 'setup.nsi',
74+
)
7375

7476
run_target(
7577
'windows_installer',

0 commit comments

Comments
 (0)