Skip to content

Commit

Permalink
bootstrap: add solus
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves <pyu@riseup.net>
  • Loading branch information
kyrios123 authored and dhewg committed May 8, 2019
1 parent 82ec1da commit b41e162
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ for i in $ID $ID_LIKE; do
PKG_CONFIG_32=i586-slackware-linux-gnu-pkg-config
PKG_CONFIG_64=x86_64-slackware-linux-gnu-pkg-config
;;
solus)
PKG_CONFIG_32=pkg-config
PKG_CONFIG_64=x86_64-solus-linux-gnu-pkg-config
;;
*)
continue
;;
Expand Down

0 comments on commit b41e162

Please sign in to comment.