mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
cbbc2c26b5
commit
0d2e40d20a
1 changed files with 3 additions and 2 deletions
|
@ -61,8 +61,9 @@ build:
|
|||
source venv/bin/activate
|
||||
python setup.py install
|
||||
deactivate
|
||||
cd ./venv/lib/python3.11/site-packages/MarkupSafe*
|
||||
export PYTHONPATH=$PWD:$PYTHONPATH
|
||||
cd venv/lib/python3.11/site-packages
|
||||
EGG="$(echo MarkupSafe*)"
|
||||
export PYTHONPATH=$PWD/$EGG:$PYTHONPATH
|
||||
working-directory: MarkupSafe-2.1.2
|
||||
- meson setup build $MESON_ARGS
|
||||
- meson compile -C build --verbose
|
||||
|
|
Loading…
Reference in a new issue