Skip to content

Commit

Permalink
try other things
Browse files Browse the repository at this point in the history
  • Loading branch information
carlodri authored Oct 4, 2022
1 parent 8aa31d6 commit d00fe84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ build:
@echo on # [win and python_impl != 'pypy']
@echo %LIB% # [win and python_impl != 'pypy']
@echo %CL% # [win and python_impl != 'pypy']
set "CL=%INCLUDE%" # [win and python_impl != 'pypy']
set LIB=%LIBRARY_LIB%;%LIB% # [win and python_impl != 'pypy']
set INCLUDE=%LIBRARY_INC%;%INCLUDE% # [win and python_impl != 'pypy']
set LIBRARY_DIRS=%LIBRARY_BIN%;%LIBRARY_LIB% # [win and python_impl != 'pypy']
{{ PYTHON }} setup.py -q install --record=record.txt --skip-verstamp # [win and python_impl != 'pypy']
echo "sleeping for 15" # [win and python_impl != 'pypy']
{{ PYTHON }} -c "import time; time.sleep(15)" # [win and python_impl != 'pypy']
Expand Down

0 comments on commit d00fe84

Please sign in to comment.