The `-export-dynamic` flag is a libtool-specific flag; since we're not using libtool with Meson, we should instruct the C compiler to use the appropriate linker flag instead.
The `-export-dynamic` flag is a libtool-specific flag; since we're not using libtool with Meson, we should instruct the C compiler to use the appropriate linker flag instead.