summaryrefslogtreecommitdiff
path: root/test cases/linuxlike
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2025-03-04 07:43:12 -0800
committerEli Schwartz <eschwartz93@gmail.com>2025-03-04 22:58:27 -0500
commit751e8f1530dcf411f5e4d8acc758635316a77bcb (patch)
tree46390a185c989d6374585e0076c3993243e749f5 /test cases/linuxlike
parentec43d02577015694a7906c3d8e99cd418d8fc5ee (diff)
downloadmeson-751e8f1530dcf411f5e4d8acc758635316a77bcb.tar.gz
coredata: fix handling of prefix
Which was improperly updated by the option store refactor. Fixes: #14329
Diffstat (limited to 'test cases/linuxlike')
-rw-r--r--test cases/linuxlike/3 linker script/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/linuxlike/3 linker script/meson.build b/test cases/linuxlike/3 linker script/meson.build
index 660858792..634b70b2c 100644
--- a/test cases/linuxlike/3 linker script/meson.build
+++ b/test cases/linuxlike/3 linker script/meson.build
@@ -1,4 +1,4 @@
-project('linker script', 'c')
+project('linker script', 'c', default_options : {'prefix': '/tmp'})
# Solaris 11.4 ld supports --version-script only when you also specify
# -z gnu-version-script-compat