mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-30 09:49:26 +00:00
Fix build issue
This commit is contained in:
parent
37a85f2e41
commit
f403bee7c1
1 changed files with 2 additions and 2 deletions
|
|
@ -412,9 +412,9 @@ static void open_uri(const char *uri) {
|
|||
|
||||
#ifdef __APPLE__
|
||||
cmd = "open";
|
||||
#elseif __linux
|
||||
#elif __linux
|
||||
cmd = "xdg-open";
|
||||
#elseif WIN32
|
||||
#elif WIN32
|
||||
cmd = "start";
|
||||
#else
|
||||
cmd = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue