Skip to content

Commit

Permalink
Use -static in CFLAGS too (radareorg#12246)
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc authored and radare committed Nov 21, 2018
1 parent 0c9c615 commit 0868b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ for a in ${BINS} ; do
if [ "`uname`" = Darwin ]; then
${MAKE} -j4 || exit 1
else
LDFLAGS=-static ${MAKE} -j4 || exit 1
CFLAGS=-static LDFLAGS=-static ${MAKE} -j4 || exit 1
fi
)
done
Expand Down

0 comments on commit 0868b2d

Please sign in to comment.