mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Disable realpath for android
This commit is contained in:
parent
ced2dc9316
commit
e369f0e284
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ struct _LpConfig{
|
|||
};
|
||||
|
||||
char* lp_realpath(const char* file, char* name) {
|
||||
#if defined(_WIN32) || defined(__QNX__)
|
||||
#if defined(_WIN32) || defined(__QNX__) || defined(ANDROID)
|
||||
return ms_strdup(file);
|
||||
#else
|
||||
char * output = realpath(file, name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue