Skip to content

Commit a4ddd07

Browse files
committed
Create output directory for Cython files in entrypoint.sh
1 parent 44c0876 commit a4ddd07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ if [ -n "$CYTHON_OUT" ]; then
4646
echo "gcc --version"| wine cmd
4747
python /cython_build.py
4848
cd $WORKDIR
49+
mkdir -p "$CYTHON_OUT"
4950
mv ../*.pyd "$CYTHON_OUT/"
5051
fi
5152

0 commit comments

Comments
 (0)