ssl_helper.sh: strip was invoked incorrectly

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2016-07-25 17:12:46 +02:00
parent 3191ec7cce
commit 9d20297ba8

View File

@ -9,4 +9,4 @@ STATIC="-static"
${PREFIX}gcc -Os -Wall -I.. -c ssl_helper.c -o ssl_helper.o
${PREFIX}gcc $STATIC --start-group ssl_helper.o -lm ../src/.libs/libwolfssl.a --end-group -o ssl_helper
${PREFIX}-strip ssl_helper
${PREFIX}strip ssl_helper