Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arun Raghavan
webrtc-audio-processing
Commits
1378babd
Commit
1378babd
authored
Jul 05, 2016
by
Nicolas Dufresne
Committed by
Arun Raghavan
Jul 14, 2016
Browse files
osx: Fix type OS_FLAGS instead of OS_CFLAGS
parent
75ef0de2
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
1378babd
...
...
@@ -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_
C
FLAGS="-DWEBRTC_MAC -DWEBRTC_IOS"],
[OS_
C
FLAGS="-DWEBRTC_MAC"])
PLATFORM_CFLAGS="-DWEBRTC_POSIX"
HAVE_POSIX=1
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment