diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index d186328f5..11369b6ba 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -16,8 +16,8 @@ build: requirements: build: - - {{ compiler('c') }} - - {{ compiler('cxx') }} + - {{ compiler('c') }} # [not osx] + - {{ compiler('cxx') }} # [not osx] - wheel - python @@ -51,8 +51,8 @@ outputs: name: sdc requirements: build: - - {{ compiler('c') }} - - {{ compiler('cxx') }} + - {{ compiler('c') }} # [not osx] + - {{ compiler('cxx') }} # [not osx] - python - wheel - setuptools