Skip to content

Commit

Permalink
configure: secondary architecture packages have canonical names
Browse files Browse the repository at this point in the history
  • Loading branch information
mmadia committed Oct 20, 2013
1 parent 103e868 commit 80262a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -716,7 +716,7 @@ else

# determine secondary architectures
for targetArch in $supportedTargetArchs; do
if [ -e /system/packages/haiku_$targetArch.hpkg ]; then
if [ -e /system/packages/haiku_$targetArch-*.hpkg ]; then
targetArchs="$targetArchs $targetArch"
set_default_value HAIKU_AR_$targetArch ar-$targetArch
set_default_value HAIKU_CC_$targetArch gcc-$targetArch
Expand Down

0 comments on commit 80262a9

Please sign in to comment.