Skip to content

Commit 73f1ad9

Browse files
Merge pull request #39 from zhouzhouyi-hub/pre-2025
copy the statically linked iperf
2 parents 2048500 + 2ef43ba commit 73f1ad9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

iperf/build.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@ else
1717
fi
1818

1919
make V=1 -j
20-
cp src/.libs/iperf3 $1
21-
cp src/.libs/libiperf.so $1
20+
#cp src/.libs/iperf3 $1
21+
cp src/iperf3 $1
22+
#cp src/.libs/libiperf.so $1

0 commit comments

Comments
 (0)