Skip to content

Commit

Permalink
Fix pkgconfig path libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy committed Oct 28, 2021
1 parent b14d357 commit afac7f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/001-pkgconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ TARG_XTRA_OPTS=""
--quiet \
--prefix="$PSPDEV" \
--program-prefix="$TARGET-" \
--with-pkg-config-dir="$PSPDEV"/psp/lib/pkgconfig
$TARG_XTRA_OPTS || { exit 1; }

# Compile and install.
Expand Down

0 comments on commit afac7f8

Please sign in to comment.