osx: Fix type OS_FLAGS instead of OS_CFLAGS

This commit is contained in:
Nicolas Dufresne 2016-07-05 18:44:19 -04:00 committed by Arun Raghavan
parent 75ef0de241
commit 1378babdf0

View File

@ -64,8 +64,8 @@ AS_CASE(["${host}"],
[*-*darwin*],
[
AS_IF([test "$HAVE_IOS" = "yes"],
[OS_FLAGS="-DWEBRTC_MAC -DWEBRTC_IOS"],
[OS_FLAGS="-DWEBRTC_MAC"])
[OS_CFLAGS="-DWEBRTC_MAC -DWEBRTC_IOS"],
[OS_CFLAGS="-DWEBRTC_MAC"])
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
HAVE_POSIX=1
],