We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f16f4e commit 72d897bCopy full SHA for 72d897b
build/posix.sh
@@ -352,7 +352,7 @@ sed -i'.bak' "/^if host_system in \['windows'/s/, 'linux'//" meson.build
352
cargo update --workspace
353
# Remove the --static flag from the PKG_CONFIG env since Rust does not
354
# parse that correctly.
355
-PKG_CONFIG=${PKG_CONFIG/ --static/} meson setup _build --default-library=static --buildtype=release --strip --prefix=${TARGET} ${MESON} \
+PKG_CONFIG=${PKG_CONFIG/ --static/} meson setup _build --default-library=static --buildtype=plain --strip --prefix=${TARGET} ${MESON} \
356
-Dintrospection=disabled -Dpixbuf{,-loader}=disabled -Ddocs=disabled -Dvala=disabled -Dtests=false \
357
${RUST_TARGET:+-Dtriplet=$RUST_TARGET}
358
meson install -C _build --tag devel
0 commit comments