Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Oct 8, 2023
1 parent 13cd9fd commit 69f7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_build/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_selectors(config: Config) -> dict[str, bool]:
nomkl=bool(int(os.environ.get("FEATURE_NOMKL", False))),
)

subdirs = [subdir for subdir in DEFAULT_SUBDIRS if "-" not in subdir]
subdirs = [subdir for subdir in DEFAULT_SUBDIRS if "-" in subdir]
# Add the current platform to the list as well to enable conda-build
# to bootstrap new platforms without a new conda release.
subdirs.append(plat)
Expand Down

0 comments on commit 69f7982

Please sign in to comment.