ref: 528d9cca9a1fe1e68c5c4f7cce4a99f5e3262186
parent: 957f01169dda12a2e25f0437a57ff040e2e03368
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Jan 17 22:17:07 EST 2025
meson: force executable to have pie:false
--- a/meson.build
+++ b/meson.build
@@ -260,7 +260,8 @@
common,
mp,
utf,
- ]
+ ],
+ pie: false,
)
if platform == 'macos'