Skip to content

Commit

Permalink
Update pkg config dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtrujy authored Nov 2, 2021
1 parent afac7f8 commit a8a9af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/001-pkgconf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ TARG_XTRA_OPTS=""
--quiet \
--prefix="$PSPDEV" \
--program-prefix="$TARGET-" \
--with-pkg-config-dir="$PSPDEV"/psp/lib/pkgconfig
--with-pkg-config-dir="$PSPDEV/psp/lib/pkgconfig:$PSPDEV/psp/share/pkgconfig" \
$TARG_XTRA_OPTS || { exit 1; }

# Compile and install.
Expand All @@ -30,4 +30,4 @@ make --quiet -j $PROC_NR install-strip || { exit 1; }
make --quiet -j $PROC_NR clean || { exit 1; }

# Create a symbolic link because some project search by psp-pkg-confif
ln -sf "$PSPDEV/bin/psp-pkgconf" "$PSPDEV/bin/psp-pkg-config" || { exit 1; }
ln -sf "$PSPDEV/bin/psp-pkgconf" "$PSPDEV/bin/psp-pkg-config" || { exit 1; }

0 comments on commit a8a9af4

Please sign in to comment.