Skip to content

Commit 53cb058

Browse files
authored
Update build.sh
1 parent 104bd95 commit 53cb058

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

recipe/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
./configure PYTHON CXXFLAGS='-O1'
55
make -C Python
66
make -C Python wheel
7-
pip install Python/dist/QuantLib-*.whl
7+
pip install Python/dist/*.whl
88

99
# testing
1010
pushd Python

0 commit comments

Comments
 (0)