osx: Fix type OS_FLAGS instead of OS_CFLAGS
This commit is contained in:
parent
75ef0de241
commit
1378babdf0
@ -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
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user