move define to CPPFLAGS

This commit is contained in:
Brent Cook 2015-03-22 08:14:27 -05:00
parent 569177eabd
commit 34bf96ce4b

View File

@ -43,7 +43,7 @@ case $host_os in
;;
*netbsd*)
HOST_OS=netbsd
CFLAGS="$CFLAGS -D_OPENBSD_SOURCE"
CPPFLAGS="$CPPFLAGS -D_OPENBSD_SOURCE"
;;
*openbsd*)
HOST_ABI=elf