1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

meson: Support Windows native paths (aka backslashes) on -Dprefix

Closes: #12284
This commit is contained in:
Bruno Lopes
2025-10-04 16:03:01 -03:00
parent 97944a5415
commit aea7042aa1
3 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ fs = import('fs')
cc = meson.get_compiler('c')
cxx = meson.get_compiler('cpp')
prefix = get_option('prefix')
prefix = get_option('prefix').replace('\\', '/')
buildtype = get_option('buildtype')
exec_ver = '-' + gimp_app_version