Skip to content

Commit 0a648ac

Browse files
committed
Pass command line arguments from build_inplace to setup.py
1 parent 3cd6f69 commit 0a648ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_inplace

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
python setup.py build_ext --inplace
3+
python setup.py build_ext --inplace "$@"
44

0 commit comments

Comments
 (0)