meson: remove -Dstatic_apk
now users that want a static apk should do something like LDFLAGS="-static" meson setup build . -Ddefault_library=static -Dprefer_static=true
Please register or sign in to comment
now users that want a static apk should do something like LDFLAGS="-static" meson setup build . -Ddefault_library=static -Dprefer_static=true