You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
[macOS/iOS] Fix build with Xcode older than 26.
This commit is contained in:
@@ -65,6 +65,10 @@
|
|||||||
#import <os/signpost.h>
|
#import <os/signpost.h>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
#ifndef MTLGPUAddress
|
||||||
|
typedef uint64_t MTLGPUAddress;
|
||||||
|
#endif
|
||||||
|
|
||||||
#pragma mark - Logging
|
#pragma mark - Logging
|
||||||
|
|
||||||
extern os_log_t LOG_DRIVER;
|
extern os_log_t LOG_DRIVER;
|
||||||
|
|||||||
Reference in New Issue
Block a user