mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-02 02:30:22 -04:00
change ANDROID define to TARGET_ANDROID
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "tracy/Tracy.hpp"
|
||||
|
||||
#if ANDROID
|
||||
#if TARGET_ANDROID
|
||||
#include "android/log.h"
|
||||
#include <vector>
|
||||
#include <sstream>
|
||||
@@ -97,7 +97,7 @@ static bool IsForStubLog(const char* message) {
|
||||
return false;
|
||||
}
|
||||
|
||||
#if ANDROID
|
||||
#if TARGET_ANDROID
|
||||
void aurora_log_callback(AuroraLogLevel level, const char* module, const char* message,
|
||||
unsigned int len) {
|
||||
ZoneScoped;
|
||||
|
||||
Reference in New Issue
Block a user