From 1378babdf0f56938408d8137595023efe1bd7c2d Mon Sep 17 00:00:00 2001 From: Nicolas Dufresne Date: Tue, 5 Jul 2016 18:44:19 -0400 Subject: osx: Fix type OS_FLAGS instead of OS_CFLAGS --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 1fcbd53..41d521c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ], -- cgit v1.2.1