Skip to content

Commit dc6151f

Browse files
committed
maint: add bin/build-inplace.sh
1 parent 6e3fc9c commit dc6151f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bin/build_inplace.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
#
3+
# Build the flint._flint module in place.
4+
5+
C_INCLUDE_PATH=.local/include/ LIBRARY_PATH=.local/lib/ python setup.py build_ext --inplace

0 commit comments

Comments
 (0)