Skip to content

Commit

Permalink
both #both static
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Dec 1, 2023
1 parent 1edd562 commit 904c580
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compile/src/v-pcmanfm/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ function atk(){ ##@meson
# ./autogen.sh
# ./configure --enable-static;
# meson build
meson build --default-library=static #both
# static>> undefined reference to 'png_destroy_write_struct'
meson build --default-library=both #both static

log "Compiling atk..."
# make
Expand All @@ -95,7 +96,7 @@ function gdk-pixbuf(){ ##@meson
# ./autogen.sh
# ./configure;
# meson build
meson build --default-library=static #both
meson build --default-library=both #both static

log "Compiling gdk-pixbuf..."
# 去除xsltproc;
Expand Down

0 comments on commit 904c580

Please sign in to comment.