fix CFLAGS line
This commit is contained in:
parent
2981557a7f
commit
d81b9bda51
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user