fix CFLAGS line

This commit is contained in:
Charlie Root 2014-07-10 14:15:36 -06:00
parent 2981557a7f
commit d81b9bda51

View File

@ -12,7 +12,7 @@ case $target_os in
*openbsd*) *openbsd*)
;; ;;
*) *)
CFLAGS=$CFLAGS -D__bounded__(x,y,z) CFLAGS="$CFLAGS -D__bounded__(x,y,z)"
;; ;;
esac esac