Skip to content

Commit

Permalink
Update flag for static linking in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Meijuh committed Jun 19, 2018
1 parent 3ee9f19 commit b51edc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ If you want to configure LTSmin to statically link binaries,
LTSmin needs to run `pkg-config` with the `--static` flag.
This will resolve additional flags required for static linking, e.g.:

$ ./configure PKG_CONFIG="$(which pkg-config) --static"
$ ./configure --enable-pkgconf-static

#### make targets

Expand Down

0 comments on commit b51edc0

Please sign in to comment.