Skip to content

Commit 216a11d

Browse files
committed
add a postBuild for binder
1 parent 54d8da5 commit 216a11d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

postBuild

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
3+
python3 setup.py build
4+
export PYTHONPATH=`pwd`:${PYTHONPATH}
5+

0 commit comments

Comments
 (0)