git: remove unneeded sed

This commit is contained in:
Dylan Araps 2020-09-30 10:21:45 +03:00
parent 18682242b7
commit 25c7001cae
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -1,8 +1,5 @@
#!/bin/sh -e
# Static libs for curl.
sed -i 's/--libs/--static-libs/g' Makefile
export CFLAGS="$CFLAGS -static"
cat > config.mak <<EOF