Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 7, 2020
1 parent 52e9d6a commit f988bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/build_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ popd
# with the compilers from conda-forge OLD_HOST != HOST, but when building
# with the compilers from defaults OLD_HOST == HOST. Both cases are handled in the
# code below
case "$target_Platform" in
case "$target_platform" in
linux-64)
OLD_HOST=$(echo ${HOST} | sed -e 's/-conda-/-conda_cos6-/g')
;;
Expand Down

0 comments on commit f988bc8

Please sign in to comment.