diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2016-07-05 18:44:19 -0400 |
---|---|---|
committer | Arun Raghavan <arun@arunraghavan.net> | 2016-07-14 12:57:43 +0900 |
commit | 1378babdf0f56938408d8137595023efe1bd7c2d (patch) | |
tree | d3cca0ba69e2f3c87152e5382c1224d3c87a46af | |
parent | 75ef0de24167daa84c11774f4bc9d1b4a9eaacfa (diff) |
osx: Fix type OS_FLAGS instead of OS_CFLAGS
-rw-r--r-- | configure.ac | 4 |
1 files 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 ], |