remove the elif branch which already covered by else
This commit is contained in:
parent
bcd2ab52cd
commit
13049d927a
@ -47,10 +47,6 @@ limitations under the License.
|
||||
// EMSCRIPTEN builds are considered "mobile" for the sake of portability.
|
||||
#define IS_MOBILE_PLATFORM
|
||||
|
||||
#elif defined(__arm__) || defined(__aarch64__)
|
||||
// If no platform specified, use:
|
||||
#define PLATFORM_POSIX
|
||||
|
||||
#else
|
||||
// If no platform specified, use:
|
||||
#define PLATFORM_POSIX
|
||||
|
Loading…
x
Reference in New Issue
Block a user