Skip to content

Commit

Permalink
Add a note about cross-building
Browse files Browse the repository at this point in the history
  • Loading branch information
nkaretnikov committed Jan 28, 2024
1 parent f79b198 commit 30f2f23
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ def get_installer_platform():
# This is how the default platform name is generated internally by
# constructor. For example: osx-arm64, linux-64, win-64.
# https://github.com/conda/constructor/blob/main/CONSTRUCT.md#available-platforms
# Note: constructor is cross-friendly, see:
# https://github.com/conda-incubator/conda-store/pull/714#discussion_r1465115323
from conda.base.context import context

return context.subdir
Expand Down

0 comments on commit 30f2f23

Please sign in to comment.