Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
fbff58c0
Commit
fbff58c0
authored
Mar 04, 2016
by
Sylvain Berfini
🐮
Browse files
Fix typo in fix for MacOSX
parent
72be524f
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/CMakeLists.txt
View file @
fbff58c0
...
...
@@ -204,7 +204,7 @@ if(ENABLE_SHARED)
if
(
BELCARD_FOUND
)
if
(
APPLE
)
set_target_properties
(
linphone PROPERTIES LINK
ER
_FLAGS
"-stdlib=libc++"
)
set_target_properties
(
linphone PROPERTIES LINK_FLAGS
"-stdlib=libc++"
)
endif
()
endif
()
...
...
Write
Preview
Markdown
is supported
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