1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-03 11:50:27 +00:00

[macOS/iOS] Fix build with Xcode older than 26.

This commit is contained in:
Pāvels Nadtočajevs
2025-10-30 07:59:16 +02:00
parent 2cb2c1fb5b
commit e72374a5da

View File

@@ -65,6 +65,10 @@
#import <os/signpost.h>
#include <algorithm>
#ifndef MTLGPUAddress
typedef uint64_t MTLGPUAddress;
#endif
#pragma mark - Logging
extern os_log_t LOG_DRIVER;