Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored Feb 17, 2021
1 parent 2ad70be commit 07353bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
skip: True # [py<36]
script:
- export PYO3_CROSS_INCLUDE_DIR=$PREFIX/include # [build_platform != target_platform]
- export PYO3_CROSS_INCLUDE_DIR=$PREFIX/lib # [build_platform != target_platform]
- export PYO3_CROSS_LIB_DIR=$PREFIX/lib # [build_platform != target_platform]
- {{ PYTHON }} -m pip install . -vv

requirements:
Expand Down

0 comments on commit 07353bd

Please sign in to comment.