Skip to content

Commit

Permalink
fix: update pkg-config configure flag
Browse files Browse the repository at this point in the history
It is `--disable-host-tool`, not `--disable-host-too`. That was probably
ignored, so the flag might not be required to begin with.

Signed-off-by: Attila Oláh <attilaolah@gmail.com>
Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
attilaolah authored and smira committed May 7, 2024
1 parent bd405ff commit 3c25a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg-config/pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ steps:
../configure \
--prefix=${TOOLCHAIN} \
--with-internal-glib \
--disable-host-too
--disable-host-tool
build:
- |
cd build
Expand Down

0 comments on commit 3c25a6f

Please sign in to comment.