mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Android: Fix NDK r16b2 build
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if __has_include_next(<variant>)
|
||||
#if __cplusplus >= 201703L && __has_include_next(<variant>)
|
||||
#include_next <variant>
|
||||
#else
|
||||
// MPark.Variant
|
||||
|
Reference in New Issue
Block a user