Skip to content

Commit 59eb171

Browse files
abseil-py: fix build
Signed-off-by: David Korczynski <david@adalogics.com>
1 parent 3775fff commit 59eb171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/abseil-py/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
################################################################################
17-
python3 setup.py install
17+
python3 -m pip install .
1818
cd ../
1919
mkdir fuzzbuilds
2020
cd fuzzbuilds

0 commit comments

Comments
 (0)