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