Skip to content

Commit eb74fe1

Browse files
committed
change: remove meson-vcs-tag.ps1
Now that we are using a full msys2 environment the shell script will run. Signed-off-by: Brandon Capener <[email protected]>
1 parent 717d8f2 commit eb74fe1

2 files changed

Lines changed: 1 addition & 44 deletions

File tree

meson.build

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,8 @@ version_tag = get_option('version-tag')
116116
if version_tag != ''
117117
conf.set('GIT_VERSION', '"@0@"'.format(version_tag))
118118
else
119-
windows_vcs_cmd = ['powershell', '-File', 'scripts/meson-vcs-tag.ps1']
120-
linux_vcs_cmd = 'scripts/meson-vcs-tag.sh'
121119
r = run_command(
122-
is_windows ? windows_vcs_cmd : linux_vcs_cmd,
120+
'scripts/meson-vcs-tag.sh',
123121
meson.current_source_dir(),
124122
meson.project_version(),
125123
check: true,

scripts/meson-vcs-tag.ps1

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)