diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2025-03-04 07:43:12 -0800 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-03-04 22:58:27 -0500 |
| commit | 751e8f1530dcf411f5e4d8acc758635316a77bcb (patch) | |
| tree | 46390a185c989d6374585e0076c3993243e749f5 /test cases/linuxlike | |
| parent | ec43d02577015694a7906c3d8e99cd418d8fc5ee (diff) | |
| download | meson-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.build | 2 |
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 |
