Skip to content

Commit

Permalink
Fixed Enable build on MacOS Intel.
Browse files Browse the repository at this point in the history
  • Loading branch information
capn-freako committed Apr 3, 2023
1 parent 285e694 commit a4e2314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda.recipe/enable/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ source:

build:
number: 3
script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script: " {{ PYTHON }} -m pip install . --no-deps --ignore-installed -vv "
script_env:
- CFLAGS=-Wno-c++11-narrowing

requirements:
build:
Expand Down

0 comments on commit a4e2314

Please sign in to comment.