mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix build on macos
It was broken by a110b42011.
In addition, adjust the CI definition to test builds on macOS.
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
# define ftello64(x) ftello(x)
|
||||
#elif defined __APPLE__
|
||||
# define ftello64(x) ftello(x)
|
||||
#elif defined _WIN32
|
||||
# define ftello64(x) _ftelli64(x)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user