Skip to content

Commit

Permalink
ensure we point to the right protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 18, 2023
1 parent 904f4ea commit 43e387f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ build:
number: 0
script:
- cd python
- export PROTOC=$PREFIX/bin/protoc # [unix and (build_platform == target_platform)]
- export PROTOC=$BUILD_PREFIX/bin/protoc # [unix and (build_platform != target_platform)]
- set PROTOC=%LIBRARY_BIN%\protoc # [win]
- {{ PYTHON }} -m pip install . -vv --install-option="--cpp_implementation"

requirements:
Expand Down

0 comments on commit 43e387f

Please sign in to comment.